aboutsummaryrefslogtreecommitdiff
path: root/.pluggins.vim
diff options
context:
space:
mode:
Diffstat (limited to '.pluggins.vim')
-rw-r--r--.pluggins.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim
index 2312e9a..9289f7f 100644
--- a/.pluggins.vim
+++ b/.pluggins.vim
@@ -1,6 +1,5 @@
" plugins
call plug#begin()
- Plug 'joshdick/onedark.vim' " 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
@@ -11,4 +10,11 @@ call plug#begin()
Plug 'romainl/vim-cool' " disable highlight after search
Plug 'justinmk/vim-syntax-extra' " better syntax highlight
Plug 'sheerun/vim-polyglot' " better syntax highlight
+
+ " s19 at home
+ Plug 'pbondoer/vim-42header' " 42 header
+
+ " themes
+ Plug 'joshdick/onedark.vim' " onedark
+ Plug 'dracula/vim', {'as': 'vim'} " dracula
call plug#end()