add typst-preview to nvim

This commit is contained in:
Noa Aarts 2024-11-16 20:41:33 +01:00
parent 095c91ae93
commit 2a37676377
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 7 additions and 0 deletions

View file

@ -485,6 +485,12 @@ require("lazy").setup({
}) })
end, end,
}, },
{
'chomosuke/typst-preview.nvim',
ft = 'typst',
version = '1.*',
build = function() require 'typst-preview'.update() end,
},
{ "folke/neodev.nvim", opts = {} }, { "folke/neodev.nvim", opts = {} },
{ -- Autoformat { -- Autoformat

View file

@ -21,6 +21,7 @@
fd fd
nixfmt-rfc-style nixfmt-rfc-style
gcc gcc
typst
]; ];
defaultEditor = true; defaultEditor = true;
viAlias = true; viAlias = true;