nvim: init.vim: Switch to vim-commentary
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
e66a137b4f
commit
0b9e52ffe4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Plug 'vim-airline/vim-airline'
|
|||
" Manage Project sessions
|
||||
Plug 'thaerkh/vim-workspace'
|
||||
" Commenter
|
||||
Plug 'scrooloose/nerdcommenter'
|
||||
Plug 'tpope/vim-commentary'
|
||||
" Theme
|
||||
Plug 'sickill/vim-monokai'
|
||||
Plug 'justinmk/vim-syntax-extra'
|
||||
|
|
Loading…
Reference in a new issue