non important commit
This commit is contained in:
parent
5a94f11068
commit
cbe46771ba
1 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,12 @@
|
|||
|
||||
lsp = {
|
||||
enable = true;
|
||||
null-ls.enable = false;
|
||||
|
||||
servers.rust-analyzer.root_markers = [
|
||||
"Cargo.toml"
|
||||
".git"
|
||||
];
|
||||
|
||||
inlayHints.enable = true;
|
||||
formatOnSave = true;
|
||||
|
|
@ -76,7 +82,7 @@
|
|||
csharp.enable = true;
|
||||
rust = {
|
||||
enable = true;
|
||||
crates.enable = true;
|
||||
crates.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue