diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-07-25 17:22:53 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-07-25 17:22:53 +0200 |
| commit | fd76d9129dab827f7143fa180da6d0e4dbad33fa (patch) | |
| tree | 2adb4466dc67ef2456d593f40e3a43e2d7218fbf /.pluggins.vim | |
| parent | 07064c697f273525e505ec498b7c9a5859310311 (diff) | |
| download | dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.gz dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.tar.bz2 dotfiles-fd76d9129dab827f7143fa180da6d0e4dbad33fa.zip | |
Added .tmux.conf, vim markdown preview plugin
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 |
