Add typst support
This commit is contained in:
parent
f8ad1ab559
commit
89a4cece75
3 changed files with 8 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "4d159616aee17796c2c94d2f5f87d2ee1a3f67c7" },
|
||||
"ts-error-translator.nvim": { "branch": "main", "commit": "47e5ba89f71b9e6c72eaaaaa519dd59bd6897df4" },
|
||||
"typst-preview.nvim": { "branch": "master", "commit": "dea4525d5420b7c32eebda7de15a6beb9d6574fa" },
|
||||
"undotree": { "branch": "master", "commit": "fe9a9d0645f0f5532360b5e5f5c550d7bb4f1869" },
|
||||
"which-key.nvim": { "branch": "main", "commit": "904308e6885bbb7b60714c80ab3daf0c071c1492" }
|
||||
}
|
||||
|
|
|
|||
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