diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-26 11:52:38 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-26 11:52:38 +0200 |
| commit | b46a4a75b85b888db3e3a70445f9724460375e6f (patch) | |
| tree | 3ac4903d18486257156a2514e8863ceddde2bc53 /.pluggins.vim | |
| parent | 36c19a33127316bea52d46130d53035a328eb1c5 (diff) | |
| download | dotfiles-b46a4a75b85b888db3e3a70445f9724460375e6f.tar.gz dotfiles-b46a4a75b85b888db3e3a70445f9724460375e6f.tar.bz2 dotfiles-b46a4a75b85b888db3e3a70445f9724460375e6f.zip | |
More logical order for xmonad new window
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index d3f66ea..e57ec19 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -5,6 +5,7 @@ call plug#begin() 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 " s19 at home Plug 'pbondoer/vim-42header' " 42 header @@ -16,6 +17,5 @@ call plug#begin() " intresting but not used " Plug 'unblevable/quick-scope' " highlight first char to jump to word - " Plug 'romainl/vim-cool' " disable highlight after search " Plug 'justinmk/vim-syntax-extra' " better syntax highlight call plug#end() |
