From a115ab479c3d38b17b5b62f074e8cf2c65a197a3 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 10 Jun 2014 14:58:12 -0400 Subject: Add delimitMate --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.vimrc') 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 -- cgit 1.4.1