remove unnecessary lines (unused lspconfig)
This commit is contained in:
parent
8bf5f0adcf
commit
47b4fc83bc
1 changed files with 0 additions and 11 deletions
|
@ -734,17 +734,6 @@ lspconfig.powershell_es.setup {
|
||||||
bundle_path = vim.fn.has('win32') == 1 and win_pwsh_es_path or arch_pwsh_es_path,
|
bundle_path = vim.fn.has('win32') == 1 and win_pwsh_es_path or arch_pwsh_es_path,
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
}
|
}
|
||||||
-- ccls
|
|
||||||
-- -- csharp
|
|
||||||
-- lspconfig.omnisharp.setup {
|
|
||||||
-- cmd = {'omnisharp'},
|
|
||||||
-- }
|
|
||||||
|
|
||||||
-- lspconfig.typst_lsp.setup {
|
|
||||||
-- on_attach = on_attach,
|
|
||||||
-- capabilities = capabilities,
|
|
||||||
-- single_file_support = true,
|
|
||||||
-- }
|
|
||||||
|
|
||||||
lspconfig.tinymist.setup {
|
lspconfig.tinymist.setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
Loading…
Add table
Reference in a new issue