diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-08-08 05:44:54 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-08-08 05:50:36 +0200 |
| commit | 77be9de6b82ee30fe1a6a3724952dac13a63a495 (patch) | |
| tree | c36f1197cbd9fe88661d72d4c921271d9cd51ff9 /.pluggins.vim | |
| parent | 9976cc7a232927cc4ad7c83e546fbe53820bf859 (diff) | |
| download | dotfiles-77be9de6b82ee30fe1a6a3724952dac13a63a495.tar.gz dotfiles-77be9de6b82ee30fe1a6a3724952dac13a63a495.tar.bz2 dotfiles-77be9de6b82ee30fe1a6a3724952dac13a63a495.zip | |
Added scripts, vim fugitive/markdown-preview
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 78de3f7..f178860 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -9,7 +9,10 @@ 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 'iamcco/markdown-preview.vim' " markdown preview in browser + Plug 'tpope/vim-fugitive' " git wrapper + + " markdown preview in browser + 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 |
