add on attach to more langs

This commit is contained in:
christianchiarulli 2021-07-15 13:49:15 -04:00
parent 776c3ca935
commit 359c06d002
4 changed files with 6 additions and 1 deletions

View file

@ -19,7 +19,9 @@ M.lsp = function()
return
end
require("lspconfig").erlangls.setup {}
require("lspconfig").erlangls.setup {
on_attach = require("lsp").common_on_attach,
}
end
M.dap = function()