feat: change from sqlls to sqls

This commit is contained in:
Stevan Freeborn
2026-07-31 07:59:32 -05:00
parent 89154019a1
commit 582daf500e
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -353,12 +353,12 @@ return {
vim.lsp.enable("gh_actions_ls")
vim.lsp.config("sqlls", {
vim.lsp.config("sqls", {
capabilities = capabilities,
filetypes = { "sql" },
})
vim.lsp.enable("sqlls")
vim.lsp.enable("sqls")
vim.api.nvim_create_autocmd("LspAttach", {
group = vim.api.nvim_create_augroup("UserLspConfig", {}),