update mkdp to remove errors
This commit is contained in:
parent
3f2c3f992d
commit
9aa9716de0
@ -30,10 +30,10 @@ return require('packer').startup({
|
|||||||
run = ':TSUpdate',
|
run = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
highlight = { enable = true, disable = { "latex", "ipkg" } },
|
highlight = { enable = true, disable = { "latex", "ipkg", "markdown", "md" } },
|
||||||
indent = { enable = true },
|
indent = { enable = true, disable = { "markdown", "md" } },
|
||||||
ensure_installed = {},
|
ensure_installed = {},
|
||||||
ignore_install = { "ipkg" },
|
ignore_install = { "ipkg", "markdown", "md" },
|
||||||
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
@ -208,7 +208,6 @@ return require('packer').startup({
|
|||||||
|
|
||||||
use {
|
use {
|
||||||
'iamcco/markdown-preview.nvim',
|
'iamcco/markdown-preview.nvim',
|
||||||
commit = "02cc3874738bc0f86e4b91f09b8a0ac88aef8e96",
|
|
||||||
run = "cd app && npm install",
|
run = "cd app && npm install",
|
||||||
setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" },
|
setup = function() vim.g.mkdp_filetypes = { "markdown" } end, ft = { "markdown" },
|
||||||
config = function()
|
config = function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user