update mkdp to remove errors

This commit is contained in:
h 2025-07-25 09:24:33 -04:00
parent 3f2c3f992d
commit 9aa9716de0

View File

@ -30,10 +30,10 @@ return require('packer').startup({
run = ':TSUpdate',
config = function()
require("nvim-treesitter.configs").setup({
highlight = { enable = true, disable = { "latex", "ipkg" } },
indent = { enable = true },
highlight = { enable = true, disable = { "latex", "ipkg", "markdown", "md" } },
indent = { enable = true, disable = { "markdown", "md" } },
ensure_installed = {},
ignore_install = { "ipkg" },
ignore_install = { "ipkg", "markdown", "md" },
})
end
@ -208,7 +208,6 @@ return require('packer').startup({
use {
'iamcco/markdown-preview.nvim',
commit = "02cc3874738bc0f86e4b91f09b8a0ac88aef8e96",
run = "cd app && npm install",
setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" },
config = function()