Replace NERDCommenter with vim-commentary
This commit is contained in:
parent
c24d78f435
commit
e53488b7fd
1 changed files with 3 additions and 5 deletions
|
|
@ -11,11 +11,13 @@ if dein#load_state('~/.config/nvim/plugins')
|
|||
call dein#add('Shougo/denite.nvim')
|
||||
call dein#add('Shougo/deoplete.nvim')
|
||||
call dein#add('fatih/vim-go')
|
||||
call dein#add('kana/vim-textobj-user')
|
||||
call dein#add('glts/vim-textobj-comment')
|
||||
call dein#add('jiangmiao/auto-pairs')
|
||||
call dein#add('neomake/neomake')
|
||||
call dein#add('ntpeters/vim-better-whitespace')
|
||||
call dein#add('scrooloose/nerdcommenter')
|
||||
call dein#add('scrooloose/nerdtree')
|
||||
call dein#add('tpope/vim-commentary')
|
||||
call dein#add('tpope/vim-repeat')
|
||||
call dein#add('tpope/vim-surround')
|
||||
call dein#add('vim-python/python-syntax')
|
||||
|
|
@ -101,10 +103,6 @@ set completeopt+=noselect
|
|||
set completeopt+=menuone
|
||||
set completeopt+=longest
|
||||
|
||||
let g:NERDSpaceDelims = 1
|
||||
let g:NERDCommentEmptyLines = 1
|
||||
let g:NERDTrimTrailingWhitespace = 1
|
||||
|
||||
call neomake#configure#automake('w')
|
||||
let g:neomake_serialize = 1
|
||||
let g:neomake_serialize_abort_on_error = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue