master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 242ae277fd - Show all commits

View File

@@ -258,6 +258,11 @@ return {
on_attach = on_attach,
}
lspconfig['rust_analyzer'].setup {
capabilities = capabilities,
on_attach = on_attach,
}
lspconfig.lua_ls.setup {
capabilities = capabilities,
on_attach = on_attach,