Added rust lsp

This commit is contained in:
twig 2022-11-07 21:48:29 -08:00
parent fbc24dd8fd
commit 077e070958
1 changed files with 3 additions and 0 deletions

View File

@ -75,3 +75,6 @@ lspconfig.sumneko_lua.setup{
},
},
}
lspconfig.rust_analyzer.setup{
on_attach = on_attach,
}