1
Fork 0

Add Rust™ LSP support for Neovim

This commit is contained in:
caem 2024-07-14 11:00:13 +02:00
parent 986e9f7555
commit 3c352c0562
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
return function()
require"lspconfig".rust_analyzer.setup {
settings = {
["rust-analyzer"] = {
diagnostics = {
enable = false,
},
},
},
}
end

View file

@ -13,6 +13,7 @@
nil
gcc
basedpyright
rust-analyzer
];
};