nvim: update: use tinymist instead of typst-lsp
This commit is contained in:
parent
0d16da2b31
commit
a26aa2cd02
1 changed files with 7 additions and 1 deletions
|
@ -642,7 +642,13 @@ lspconfig.powershell_es.setup {
|
||||||
-- cmd = {'omnisharp'},
|
-- cmd = {'omnisharp'},
|
||||||
-- }
|
-- }
|
||||||
|
|
||||||
lspconfig.typst_lsp.setup {
|
-- lspconfig.typst_lsp.setup {
|
||||||
|
-- on_attach = on_attach,
|
||||||
|
-- capabilities = capabilities,
|
||||||
|
-- single_file_support = true,
|
||||||
|
-- }
|
||||||
|
|
||||||
|
lspconfig.tinymist.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
single_file_support = true,
|
single_file_support = true,
|
||||||
|
|
Loading…
Reference in a new issue