diff options
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 518a631..2a36b18 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -32,7 +32,8 @@ call plug#begin() Plug 'connorholyday/vim-snazzy' Plug 'chriskempson/base16-vim' - Plug 'tpope/vim-commentary' " minimalistic commenter + Plug 'tomtom/tcomment_vim' " other min commenter + " Plug 'tpope/vim-commentary' " minimalistic commenter Plug 'tpope/vim-surround' " surround stuff Plug 'tpope/vim-eunuch' " command in vim |
