add: nvim: sqls
This commit is contained in:
parent
00942d09b0
commit
cead8a4f4e
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ lspconfig.rust_analyzer.setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
local lss = { "pyright", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake",
|
local lss = { "pyright", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake",
|
||||||
"csharp_ls", "html", "r_language_server", "ruff_lsp", "cssls", "jsonls" }
|
"csharp_ls", "html", "r_language_server", "ruff_lsp", "cssls", "jsonls", "sqls" }
|
||||||
for _, ls in pairs(lss) do
|
for _, ls in pairs(lss) do
|
||||||
lspconfig[ls].setup {
|
lspconfig[ls].setup {
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
|
|
Loading…
Reference in a new issue