vim: Add preservim/nerdcommenter
This commit is contained in:
parent
8b29ff9e17
commit
9ffd8474bd
|
@ -36,11 +36,15 @@ Plug 'machakann/vim-highlightedyank'
|
|||
Plug 'mg979/vim-visual-multi', {'branch': 'master'}
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'phpactor/phpactor', {'for': 'php', 'tag': '*', 'do': 'composer install --no-dev -o'}
|
||||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
call plug#end()
|
||||
|
||||
" Enable filetype plugins
|
||||
filetype plugin on
|
||||
|
||||
colorscheme nord
|
||||
|
||||
" Nerdtree
|
||||
|
|
Loading…
Reference in a new issue