add vim-commentary plugin
This commit is contained in:
parent
3ec0d0c922
commit
e715064399
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -11,6 +11,10 @@ Plugin 'gmarik/Vundle.vim'
|
||||||
" add all your plugins here (note older versions of Vundle
|
" add all your plugins here (note older versions of Vundle
|
||||||
" used Bundle instead of Plugin)
|
" used Bundle instead of Plugin)
|
||||||
|
|
||||||
|
" USEFUL
|
||||||
|
" comment plugin
|
||||||
|
Plugin 'tpope/vim-commentary'
|
||||||
|
|
||||||
" WINDOW MANAGEMENT
|
" WINDOW MANAGEMENT
|
||||||
" tmux navigator
|
" tmux navigator
|
||||||
Plugin 'christoomey/vim-tmux-navigator'
|
Plugin 'christoomey/vim-tmux-navigator'
|
||||||
|
|
Loading…
Add table
Reference in a new issue