We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da871eb commit 4c2ade6Copy full SHA for 4c2ade6
lua/custom/plugins/typst-preview.lua
@@ -0,0 +1,9 @@
1
+return {
2
+ 'chomosuke/typst-preview.nvim',
3
+ ft = 'typst',
4
+ version = '1.*',
5
+ opts = {
6
+ port = 56643,
7
+ dependencies_bin = { ['tinymist'] = 'tinymist' },
8
+ },
9
+}
lua/plugins.lua
@@ -207,6 +207,7 @@ require('lazy').setup({
207
'clang-format',
208
'omnisharp',
209
'prettierd',
210
+ 'tinymist',
211
})
212
213
-- Skip automatic setup for servers
0 commit comments