mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
installed sqls
This commit is contained in:
14
lua/user/mason/settings/sqls.lua
Normal file
14
lua/user/mason/settings/sqls.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
on_attach = function(client, bufnr)
|
||||
require("sqls").on_attach(client, bufnr)
|
||||
end,
|
||||
filetypes = {
|
||||
"sql",
|
||||
"mysql",
|
||||
},
|
||||
settings = {
|
||||
sqls = {
|
||||
connections = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user