nvim: update: use tinymist instead of typst-lsp

This commit is contained in:
qwjyh 2024-06-24 18:15:24 +09:00
parent 0d16da2b31
commit a26aa2cd02

View file

@ -642,7 +642,13 @@ lspconfig.powershell_es.setup {
-- 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,
capabilities = capabilities,
single_file_support = true,