Add markdown preview nvim plugin

This commit is contained in:
Pavle Portic 2021-10-21 15:10:02 +02:00
parent 3c36734e33
commit 8d1e6c68bd
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function! UserInit()
Plug 'hashivim/vim-terraform'
Plug 'morhetz/gruvbox'
Plug 'mbbill/undotree'
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install', 'for': ['markdown', 'vim-plug'] }
endfunction