diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-24 07:15:01 +0200 |
| commit | e1f86f92ffcba791739dfea105cb5d8e9081db5e (patch) | |
| tree | 20f1b97935940533cfd3ab55502dcecfbe217b8e /.pluggins.vim | |
| parent | 4ba52715c7ece96b28fd28693f9f0c232ccad733 (diff) | |
| parent | 084809954f13205af598127ea00d37b819d927b4 (diff) | |
| download | dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.gz dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.tar.bz2 dotfiles-e1f86f92ffcba791739dfea105cb5d8e9081db5e.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles into carbon
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index f178860..0db0a3b 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -10,9 +10,11 @@ call plug#begin() Plug 'HappyTramp/vim-syntax-extra' " syntax highlight of C operators Plug 'romainl/vim-cool' " disable highlight after search Plug 'tpope/vim-fugitive' " git wrapper + Plug 'junegunn/vim-easy-align' " align + " Plug 'easymotion/vim-easymotion' " TODO very intresting " markdown preview in browser - Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} + " Plug 'iamcco/markdown-preview.nvim', { 'do': { -> mkdp#util#install() }, 'for': ['markdown', 'vim-plug']} " syntax highlight for languages that aren't supported by default Plug 'tikhomirov/vim-glsl' " glsl |
