feat: add markdown preview
This commit is contained in:
parent
7dba0b18be
commit
6f9ecd5c96
5 changed files with 41 additions and 5 deletions
|
|
@ -44,5 +44,7 @@ Plug("nvim-telescope/telescope-ui-select.nvim") -- telescope ui
|
|||
Plug("nvim-telescope/telescope-file-browser.nvim") -- telescope file browser
|
||||
Plug("nvim-telescope/telescope-fzy-native.nvim") -- telescope fuzzy search
|
||||
Plug 'folke/trouble.nvim' -- provides warning/error explanation tab
|
||||
Plug("iamcco/markdown-preview.nvim", { ["do"] = "cd app && yarn install" }) -- markdown preview
|
||||
|
||||
vim.call("plug#end")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue