Add sqls keymaps

This commit is contained in:
Tyler Hallada
2023-01-31 13:42:43 -05:00
parent b32dfb7415
commit ae1151950e
2 changed files with 7 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ require('lspconfig')['marksman'].setup({
})
require('lspconfig')['sqls'].setup({
on_attach = function(client, bufn)
on_attach(client, bufn)
require('sqls').on_attach(client, bufn)
end,
flags = lsp_flags,