non important commit
This commit is contained in:
parent
59064639a8
commit
3e39b523fd
1 changed files with 15 additions and 10 deletions
|
|
@ -28,15 +28,6 @@
|
|||
lspkind.enable = true;
|
||||
lspsaga.enable = false;
|
||||
trouble.enable = true;
|
||||
|
||||
rust-analyzer.serverSettings = {
|
||||
"rust-analyzer" = {
|
||||
"linkedProjects" = [];
|
||||
"cargo" = {
|
||||
"target" = "/tmp/rust-analyzer";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
debugger = {
|
||||
|
|
@ -86,7 +77,21 @@
|
|||
csharp.enable = true;
|
||||
rust = {
|
||||
enable = true;
|
||||
crates.enable = false;
|
||||
crates.enable = true;
|
||||
lsp = {
|
||||
enable = true;
|
||||
server = "rust-analyzer";
|
||||
|
||||
setupOpts = {
|
||||
settings = {
|
||||
"rust-analyzer" = {
|
||||
cargo = {
|
||||
target = "/tmp/rust-analyzer";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue