mirror of https://github.com/wlcx/home.git
rust: friendship ended with rls, now rust-analyzer is my friend
This commit is contained in:
parent
1468b377dd
commit
0580f23c7d
|
@ -27,7 +27,7 @@ require'lspconfig'.pylsp.setup{
|
|||
require'lspconfig'.rnix.setup{
|
||||
on_attach = on_attach
|
||||
}
|
||||
require'lspconfig'.rls.setup{
|
||||
require'lspconfig'.rust_analyzer.setup{
|
||||
on_attach = on_attach
|
||||
}
|
||||
require'lspconfig'.dhall_lsp_server.setup{
|
||||
|
|
Loading…
Reference in New Issue