Create nix interpreter output

This commit is contained in:
2025-07-17 16:42:07 +02:00
parent f19f71c182
commit 8564daf4b5
3 changed files with 67 additions and 3 deletions

View File

@@ -61,10 +61,11 @@ return {
{
"iamcco/markdown-preview.nvim",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function()
vim.fn["mkdp#util#install"]()
build = "cd app && npm install",
init = function()
vim.g.mkdp_filetypes = { "markdown" }
end,
ft = { "markdown" },
},
-- Themes