Markdown Preview Setup
This commit is contained in:
parent
c35feed1df
commit
9bf4a5237f
9
init.lua
9
init.lua
|
@ -71,8 +71,13 @@ require('lazy').setup({
|
||||||
'tpope/vim-rhubarb',
|
'tpope/vim-rhubarb',
|
||||||
-- specific plugins that i installed
|
-- specific plugins that i installed
|
||||||
{'akinsho/toggleterm.nvim', version = "*", config = true},
|
{'akinsho/toggleterm.nvim', version = "*", config = true},
|
||||||
|
{
|
||||||
-- Detect tabstop and shiftwidth automatically
|
"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',
|
'tpope/vim-sleuth',
|
||||||
|
|
||||||
-- NOTE: This is where your plugins related to LSP can be installed.
|
-- NOTE: This is where your plugins related to LSP can be installed.
|
||||||
|
|
Loading…
Reference in New Issue