diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-03 15:40:15 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-03 15:40:15 +0200 |
| commit | 800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4 (patch) | |
| tree | dc8b90f4a790207d8520f6efa876a733cc662236 /.pluggins.vim | |
| parent | 5260c02746f0825ee90eb56c4fe91a6bf39cc9cc (diff) | |
| download | dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.gz dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.tar.bz2 dotfiles-800b3c5f0a8e773e3e0f18f262eb4c3c485b21b4.zip | |
vim haskell formating, removed auto wrapping, zsh alias
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 20c2dab..e877ab6 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -9,10 +9,11 @@ call plug#begin() 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 + Plug 'tikhomirov/vim-glsl' " glsl highlight + Plug 'cespare/vim-toml' " toml highlight " s19 at home - Plug 'HappyTramp/vim-42header' " 42 header + Plug 'HappyTramp/vim-42header' " 42 header " themes " Plug 'joshdick/onedark.vim' " onedark |
