diff options
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index c3951a5..2312e9a 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -5,6 +5,7 @@ call plug#begin() Plug 'tpope/vim-eunuch' " basic unix command in vim Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar + Plug 'unblevable/quick-scope' " highlight first char to jump to word " bloat?? Plug 'romainl/vim-cool' " disable highlight after search |
