add typst lsp and preview package

This commit is contained in:
TheSoeren 2025-05-21 10:40:47 +02:00
parent da871eb5ee
commit 4c2ade6e59
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,9 @@
return {
'chomosuke/typst-preview.nvim',
ft = 'typst',
version = '1.*',
opts = {
port = 56643,
dependencies_bin = { ['tinymist'] = 'tinymist' },
},
}

View File

@ -207,6 +207,7 @@ require('lazy').setup({
'clang-format', 'clang-format',
'omnisharp', 'omnisharp',
'prettierd', 'prettierd',
'tinymist',
}) })
-- Skip automatic setup for servers -- Skip automatic setup for servers