diff options
Diffstat (limited to '.pluggins.vim')
| -rw-r--r-- | .pluggins.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pluggins.vim b/.pluggins.vim index 65d0361..66ec0c6 100644 --- a/.pluggins.vim +++ b/.pluggins.vim @@ -9,6 +9,7 @@ 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 " syntax highlight for languages that aren't supported by default Plug 'tikhomirov/vim-glsl' " glsl |
