feat: add markdown preview plugin
This commit is contained in:
parent
e5737e86ea
commit
54700559de
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ Plug 'HerringtonDarkholme/yats.vim'
|
||||||
|
|
||||||
Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git'
|
Plug 'git@gitlab.softwareparadies.de:IDE/swp-vim.git'
|
||||||
|
|
||||||
|
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" tabwidth
|
" tabwidth
|
||||||
|
|
Loading…
Reference in a new issue