From ea734afcaca9f8346d138999bce2148c00f4ee68 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 29 Jan 2014 10:30:08 -0600 Subject: [PATCH] Adding cosco and delimitmate --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vimrc b/vimrc index 8de26be..20d1159 100644 --- a/vimrc +++ b/vimrc @@ -37,6 +37,7 @@ Bundle 'w0ng/vim-hybrid' Bundle 'kien/ctrlp.vim' Bundle 'gregsexton/MatchTag' " Bundle 'kana/vim-smartinput' +Bundle 'Raimondi/delimitMate' Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'mbbill/undotree' Bundle 'coderifous/textobj-word-column.vim' @@ -58,6 +59,7 @@ Bundle 'bruno-/vim-vertical-move' Bundle 'tpope/vim-vinegar' Bundle 'itchyny/calendar.vim' Bundle 'openurl.vim' +Bundle 'lfilho/cosco.vim' let $GIT_SSL_NO_VERIFY = 'true' @@ -282,3 +284,7 @@ let g:matchmaker_enable_startup = 1 " Dict word under cursor nnoremap d :Dict + +" Cosco +autocmd FileType javascript,css nnoremap ,; :call cosco#commaOrSemiColon() +autocmd FileType javascript,css inoremap ,; :call cosco#commaOrSemiColon()"a