mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
installed sqls
This commit is contained in:
parent
bb27b5f5e5
commit
83419bd30d
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 = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user