auto-pairs in place of delimitmate
This commit is contained in:
parent
43a2aed879
commit
e94ee8d36b
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
3
.vimrc
3
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue