feat: add commentary plugin
parent
6809339209
commit
70d8f7065f
1
init.vim
1
init.vim
|
@ -57,6 +57,7 @@ Plug 'https://github.com/dhruvasagar/vim-table-mode.git'
|
||||||
Plug 'https://github.com/shime/vim-livedown.git'
|
Plug 'https://github.com/shime/vim-livedown.git'
|
||||||
Plug 'https://github.com/tpope/vim-fugitive.git'
|
Plug 'https://github.com/tpope/vim-fugitive.git'
|
||||||
Plug 'https://github.com/elzr/vim-json.git'
|
Plug 'https://github.com/elzr/vim-json.git'
|
||||||
|
Plug 'https://github.com/tpope/vim-commentary'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue