fix: nvim: remove leanls from lspconfig
ref: https://github.com/neovim/nvim-lspconfig/wiki/Language-specific-plugins
This commit is contained in:
parent
9eadb3cfc1
commit
df4a2e5c20
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ lspconfig.powershell_es.setup {
|
|||
-- }
|
||||
|
||||
local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake",
|
||||
"csharp_ls", "html", "r_language_server", "leanls" }
|
||||
"csharp_ls", "html", "r_language_server" }
|
||||
for _, ls in pairs(lss) do
|
||||
lspconfig[ls].setup {
|
||||
on_attach = on_attach,
|
||||
|
|
Loading…
Reference in a new issue