diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-09 18:09:25 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-09 18:09:25 +0200 |
| commit | e9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d (patch) | |
| tree | f7805891ba1574385438ee0055592da1eeb7e712 /.pluggins.vim | |
| parent | b46a4a75b85b888db3e3a70445f9724460375e6f (diff) | |
| download | dotfiles-e9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d.tar.gz dotfiles-e9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d.tar.bz2 dotfiles-e9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d.zip | |
vim glsl syntax hightlight, TERM=st, bluetooth/man/make aliases
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index e57ec19..8ced0a6 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -1,21 +1,25 @@ -" plugins +"""""""""""""""" +" vim pluggins " +"""""""""""""""" + 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 'sheerun/vim-polyglot' " better syntax highlight - Plug 'romainl/vim-cool' " disable highlight after search + 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 'tikhomirov/vim-glsl' " glsl hightlight " s19 at home - Plug 'pbondoer/vim-42header' " 42 header + Plug 'pbondoer/vim-42header' " 42 header " themes - " Plug 'joshdick/onedark.vim' " onedark - " Plug 'dracula/vim', {'as': 'vim'} " dracula - Plug 'altercation/vim-colors-solarized' " solarized + " Plug 'joshdick/onedark.vim' " onedark + " Plug 'dracula/vim', {'as': 'vim'} " dracula + Plug 'altercation/vim-colors-solarized' " solarized " intresting but not used - " Plug 'unblevable/quick-scope' " highlight first char to jump to word - " Plug 'justinmk/vim-syntax-extra' " better syntax highlight + " Plug 'sheerun/vim-polyglot' " better syntax highlight + " Plug 'unblevable/quick-scope' " highlight first char to jump to word call plug#end() |
