Markdown Preview Setup
This commit is contained in:
parent
c35feed1df
commit
9bf4a5237f
7
init.lua
7
init.lua
|
@ -71,7 +71,12 @@ require('lazy').setup({
|
|||
'tpope/vim-rhubarb',
|
||||
-- specific plugins that i installed
|
||||
{'akinsho/toggleterm.nvim', version = "*", config = true},
|
||||
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
ft = { "markdown" },
|
||||
build = function() vim.fn["mkdp#util#install"]() end,
|
||||
},
|
||||
-- Detect tabstop and shiftwidth automatically
|
||||
'tpope/vim-sleuth',
|
||||
|
||||
|
|
Loading…
Reference in New Issue