diff --git a/init.vim b/init.vim index 9674d8e..cf20eac 100644 --- a/init.vim +++ b/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/tpope/vim-fugitive.git' Plug 'https://github.com/elzr/vim-json.git' +Plug 'https://github.com/tpope/vim-commentary' call plug#end()