diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-04-26 08:33:18 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-04-26 08:33:18 +0200 |
| commit | 36c19a33127316bea52d46130d53035a328eb1c5 (patch) | |
| tree | 0f1bce632a140226d8bd1b1d0376d6bac38d6e43 /.pluggins.vim | |
| parent | 5828534933ffd5ca23c6e47b7c12a4a2637e01f0 (diff) | |
| download | dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.tar.gz dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.tar.bz2 dotfiles-36c19a33127316bea52d46130d53035a328eb1c5.zip | |
Change colorscheme to solarized and switched to st
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 9289f7f..d3f66ea 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -4,17 +4,18 @@ call plug#begin() Plug 'tpope/vim-eunuch' " basic unix command in vim Plug 'tomtom/tcomment_vim' " mininal commenter Plug 'itchyny/lightline.vim' " minimal status bar - Plug 'unblevable/quick-scope' " highlight first char to jump to word - - " bloat?? - 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 + " 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 'romainl/vim-cool' " disable highlight after search + " Plug 'justinmk/vim-syntax-extra' " better syntax highlight call plug#end() |
