installed sqls

This commit is contained in:
Kristofers Solo 2023-03-16 00:15:21 +02:00
parent bb27b5f5e5
commit 83419bd30d

View File

@ -0,0 +1,14 @@
return {
on_attach = function(client, bufnr)
require("sqls").on_attach(client, bufnr)
end,
filetypes = {
"sql",
"mysql",
},
settings = {
sqls = {
connections = {},
},
},
}