Add typst support
This commit is contained in:
parent
f8ad1ab559
commit
89a4cece75
3 changed files with 8 additions and 0 deletions
1
lua/lsp_extend/tinymist.lua
Normal file
1
lua/lsp_extend/tinymist.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return {}
|
||||
6
lua/plugins/typst-preview.nvim.lua
Normal file
6
lua/plugins/typst-preview.nvim.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'chomosuke/typst-preview.nvim',
|
||||
lazy = false,
|
||||
version = '1.*',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue