diff options
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 28bfeef..f5b2a4b 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -3,17 +3,21 @@ """""""""""""""" call plug#begin() - Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc - Plug 'tpope/vim-eunuch' " basic unix command in vim - Plug 'tomtom/tcomment_vim' " mininal commenter - Plug 'itchyny/lightline.vim' " minimal status bar - Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators - Plug 'romainl/vim-cool' " disable highlight after search - Plug 'tpope/vim-fugitive' " git wrapper - Plug 'junegunn/vim-easy-align' " align + Plug 'ctrlpvim/ctrlp.vim' " Ctrl-P similar to vsc + Plug 'tpope/vim-eunuch' " basic unix command in vim + Plug 'tomtom/tcomment_vim' " mininal commenter + Plug 'itchyny/lightline.vim' " minimal status bar + Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators + Plug 'romainl/vim-cool' " disable highlight after search + Plug 'tpope/vim-fugitive' " git wrapper + Plug 'junegunn/vim-easy-align' " align + Plug 'ludovicchabant/vim-gutentags' " generate tags in project root + Plug 'junegunn/goyo.vim' " generate tags in project root + " " Plug 'easymotion/vim-easymotion' " TODO very intresting Plug 'skammer/vim-css-color' + " markdown preview in browser " Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} @@ -21,6 +25,7 @@ call plug#begin() Plug 'tikhomirov/vim-glsl' " glsl Plug 'cespare/vim-toml' " toml Plug 'ziglang/zig.vim' " zig + Plug 'nikvdp/ejs-syntax' " ejs " s19 at home Plug 'HappyTramp/vim-42header' " 42 header @@ -36,4 +41,6 @@ call plug#begin() " Plug 'jez/vim-superman' " man pages in vim (too slow) " Plug 'vim-scripts/rfc-syntax' " rfc " Plug 'tacahiroy/ctrlp-funky' " extension to search function + Plug '/home/charles/git/c_formatter_42.vim' + Plug 'cacharle/doxy42.vim' call plug#end() |
