Markdown Preview Setup

This commit is contained in:
IbrahimSabriOrene 2023-11-26 06:07:40 +03:00
parent c35feed1df
commit 9bf4a5237f
1 changed files with 7 additions and 2 deletions

View File

@ -71,8 +71,13 @@ require('lazy').setup({
'tpope/vim-rhubarb',
-- specific plugins that i installed
{'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',
-- NOTE: This is where your plugins related to LSP can be installed.