From e94ee8d36bb07caf715513a3dd2ddc986581d0c3 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 23 Dec 2015 00:59:16 -0500 Subject: [PATCH] auto-pairs in place of delimitmate --- .vim/filetype.vim | 1 + .vimrc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vim/filetype.vim b/.vim/filetype.vim index ec300c5..cbf500a 100644 --- a/.vim/filetype.vim +++ b/.vim/filetype.vim @@ -92,4 +92,5 @@ autocmd FileType borg let b:auto_trim_whitespace=1 autocmd FileType javascript let b:auto_trim_whitespace=1 autocmd FileType python let b:auto_trim_whitespace=1 autocmd FileType proto let b:auto_trim_whitespace=1 +autocmd FileType hy let b:auto_trim_whitespace=1 diff --git a/.vimrc b/.vimrc index 2d6d3ae..161eda6 100644 --- a/.vimrc +++ b/.vimrc @@ -107,7 +107,6 @@ NeoBundle 'bling/vim-airline' NeoBundle 'kien/ctrlp.vim' NeoBundle 'bling/vim-bufferline' NeoBundle 'majutsushi/tagbar' -NeoBundle 'Raimondi/delimitMate' NeoBundle 'eagletmt/neco-ghc' NeoBundle 'eagletmt/ghcmod-vim' NeoBundle 'Shougo/vimproc.vim' @@ -119,6 +118,8 @@ NeoBundle 'farseer90718/vim-taskwarrior' NeoBundle 'fatih/vim-go' NeoBundle 't-yuki/vim-go-coverlay' NeoBundle 'tpope/vim-abolish' +NeoBundle 'hylang/vim-hy' +NeoBundle 'jiangmiao/auto-pairs' "https://git.wincent.com/command-t.git call neobundle#end() filetype plugin indent on " required