added markdown preview plugin
This commit is contained in:
@@ -97,10 +97,17 @@ local function packer_startup(use)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use{ "roodletoof/markdown-preview.nvim-asciimath",
|
||||||
|
run = "cd app && npm install",
|
||||||
|
setup = function() vim.g.mkdp_filetypes = { "markdown" } end,
|
||||||
|
ft = { "markdown" }, }
|
||||||
|
|
||||||
if packer_bootstrap then --Comes after packages
|
if packer_bootstrap then --Comes after packages
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.g.mkdp_auto_start = 1
|
||||||
|
|
||||||
vim.g.vimtex_view_method = 'zathura'
|
vim.g.vimtex_view_method = 'zathura'
|
||||||
vim.g.vimtex_syntax_enabled = false
|
vim.g.vimtex_syntax_enabled = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user