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