typst
This commit is contained in:
6
nvim/.config/nvim/lsp/tinymist.lua
Normal file
6
nvim/.config/nvim/lsp/tinymist.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---@type vim.lsp.Config
|
||||||
|
return {
|
||||||
|
cmd = { 'tinymist' },
|
||||||
|
filetypes = { 'typ' },
|
||||||
|
root_markers = { 'main.typ', 'typst.toml' },
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user