aboutsummaryrefslogtreecommitdiff
path: root/.pluggins.vim
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-09 18:09:25 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-09 18:09:25 +0200
commite9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d (patch)
treef7805891ba1574385438ee0055592da1eeb7e712 /.pluggins.vim
parentb46a4a75b85b888db3e3a70445f9724460375e6f (diff)
downloaddotfiles-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.vim30
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()