add vim-commentary plugin

This commit is contained in:
Jidbo 2019-01-19 00:15:06 +01:00
parent 3ec0d0c922
commit e715064399

4
.vimrc
View file

@ -11,6 +11,10 @@ Plugin 'gmarik/Vundle.vim'
" add all your plugins here (note older versions of Vundle
" used Bundle instead of Plugin)
" USEFUL
" comment plugin
Plugin 'tpope/vim-commentary'
" WINDOW MANAGEMENT
" tmux navigator
Plugin 'christoomey/vim-tmux-navigator'