Added rust lsp
This commit is contained in:
parent
fbc24dd8fd
commit
077e070958
|
@ -75,3 +75,6 @@ lspconfig.sumneko_lua.setup{
|
|||
},
|
||||
},
|
||||
}
|
||||
lspconfig.rust_analyzer.setup{
|
||||
on_attach = on_attach,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue