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,
},
{
'chomosuke/typst-preview.nvim',
ft = 'typst',
version = '1.*',
build = function() require 'typst-preview'.update() end,
},
{ "folke/neodev.nvim", opts = {} },
{ -- Autoformat

View file

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