mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-23 05:38:38 +02:00
feat: latest preferences
This commit is contained in:
parent
9d965db75f
commit
1fd6b5e58b
9 changed files with 106 additions and 67 deletions
9
lua/custom/plugins/markdown.lua
Normal file
9
lua/custom/plugins/markdown.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
ft = { "markdown" },
|
||||
build = "cd app && yarn install",
|
||||
init = function()
|
||||
vim.g.mkdp_filetypes = { "markdown" }
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue