diff options
author | June McEnroe <june@causal.agency> | 2014-06-10 14:58:12 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-06-10 14:58:12 -0400 |
commit | a115ab479c3d38b17b5b62f074e8cf2c65a197a3 (patch) | |
tree | b5659d56b9835339efd58b83acf2e512e74c6514 | |
parent | Use ~ for home directory in gitconfig (diff) | |
download | src-a115ab479c3d38b17b5b62f074e8cf2c65a197a3.tar.gz src-a115ab479c3d38b17b5b62f074e8cf2c65a197a3.zip |
Add delimitMate
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc index 6cc5bd45..7da0ce1a 100644 --- a/.vimrc +++ b/.vimrc @@ -269,6 +269,11 @@ Plug 'pangloss/vim-javascript' Plug 'tpope/vim-markdown' Plug 'tpope/vim-ragtag' +Plug 'Raimondi/delimitMate' +let delimitMate_expand_cr = 1 +let delimitMate_expand_space = 1 +let delimitMate_jump_expansion = 1 + call plug#end() colorscheme jellybeans |