Added rust lsp

This commit is contained in:
2022-11-07 21:48:29 -08:00
parent fbc24dd8fd
commit 077e070958
+3
View File
@@ -75,3 +75,6 @@ lspconfig.sumneko_lua.setup{
}, },
}, },
} }
lspconfig.rust_analyzer.setup{
on_attach = on_attach,
}