diff options
| author | Cabergs Charles <cacharle@w-r4-p5.s19.be> | 2019-10-10 10:15:06 +0200 |
|---|---|---|
| committer | Cabergs Charles <cacharle@w-r4-p5.s19.be> | 2019-10-10 10:15:06 +0200 |
| commit | fe28ebe81f56832c832e5ca144b429bc49394cf3 (patch) | |
| tree | d8c75b452f48234a211348844b41248799b0ebf3 /.pluggins.vim | |
| parent | 90042125ca7458289a52294294fd5908574769f1 (diff) | |
| parent | 466c8a6b31a98a461b250743718084d79f67f640 (diff) | |
| download | dotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.tar.gz dotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.tar.bz2 dotfiles-fe28ebe81f56832c832e5ca144b429bc49394cf3.zip | |
Merge branch 'master' into s19
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 518a631..6e2f7a2 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -18,6 +18,7 @@ call plug#begin() Plug 'vim-scripts/awk.vim' Plug 'sheerun/vim-polyglot' " better syntax highlighting Plug 'neovimhaskell/haskell-vim' " vim haskell highlighting + Plug 'haya14busa/incsearch.vim' " better incsearch " themes @@ -32,7 +33,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 |
