aboutsummaryrefslogtreecommitdiff
path: root/.pluggins.vim
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-15 12:53:02 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-15 12:53:02 +0200
commit8bf3a3166a147adeee5094cfcfc8646ba2e96803 (patch)
treefe1e62dcded75767003cefe04548a4381762258f /.pluggins.vim
parent9279d013bb1ce88860c560a04dbc926ce55f3093 (diff)
parente9530ee0b4e9706fb0fcb82fa3cb87d57a5b540d (diff)
downloaddotfiles-8bf3a3166a147adeee5094cfcfc8646ba2e96803.tar.gz
dotfiles-8bf3a3166a147adeee5094cfcfc8646ba2e96803.tar.bz2
dotfiles-8bf3a3166a147adeee5094cfcfc8646ba2e96803.zip
Merge branch 'master' into carbon
Diffstat (limited to '.pluggins.vim')
-rw-r--r--.pluggins.vim34
1 files changed, 23 insertions, 11 deletions
diff --git a/.pluggins.vim b/.pluggins.vim
index 18cefbe..8ced0a6 100644
--- a/.pluggins.vim
+++ b/.pluggins.vim
@@ -1,13 +1,25 @@
-" plugins
+""""""""""""""""
+" vim pluggins "
+""""""""""""""""
+
call plug#begin()
- Plug 'dracula/vim', {'as': 'dracula' } " theme
- 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
-
- " bloat??
- Plug 'romainl/vim-cool' " disable highlight after search
- Plug 'justinmk/vim-syntax-extra' " better syntax highlight
- Plug 'sheerun/vim-polyglot' " better syntax highlight
+ 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
+
+ " themes
+ " Plug 'joshdick/onedark.vim' " onedark
+ " Plug 'dracula/vim', {'as': 'vim'} " dracula
+ Plug 'altercation/vim-colors-solarized' " solarized
+
+ " intresting but not used
+ " Plug 'sheerun/vim-polyglot' " better syntax highlight
+ " Plug 'unblevable/quick-scope' " highlight first char to jump to word
call plug#end()