feat: add markdown preview

This commit is contained in:
DashieTM 2023-01-01 01:42:07 +01:00
parent 7dba0b18be
commit 6f9ecd5c96
5 changed files with 41 additions and 5 deletions

View file

@ -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")