non important commit
This commit is contained in:
parent
cbe46771ba
commit
d07ae5f55f
1 changed files with 15 additions and 7 deletions
|
|
@ -23,15 +23,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
null-ls.enable = false;
|
null-ls.enable = false;
|
||||||
|
|
||||||
servers.rust-analyzer.root_markers = [
|
|
||||||
"Cargo.toml"
|
|
||||||
".git"
|
|
||||||
];
|
|
||||||
|
|
||||||
inlayHints.enable = true;
|
inlayHints.enable = true;
|
||||||
formatOnSave = true;
|
formatOnSave = true;
|
||||||
lspkind.enable = true;
|
lspkind.enable = true;
|
||||||
lspsaga.enable = false;
|
lspsaga.enable = true;
|
||||||
trouble.enable = true;
|
trouble.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -83,6 +78,13 @@
|
||||||
rust = {
|
rust = {
|
||||||
enable = true;
|
enable = true;
|
||||||
crates.enable = false;
|
crates.enable = false;
|
||||||
|
|
||||||
|
lsp = {
|
||||||
|
server = "rust-analyzer";
|
||||||
|
settings.rust-analyzer = {
|
||||||
|
checkOnSave.command = "clippy";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -123,7 +125,13 @@
|
||||||
|
|
||||||
notify.nvim-notify.enable = true;
|
notify.nvim-notify.enable = true;
|
||||||
|
|
||||||
projects.project-nvim.enable = true;
|
projects.project-nvim.enable = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
patterns = [".git"];
|
||||||
|
manual_mode = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
utility = {
|
utility = {
|
||||||
ccc.enable = true;
|
ccc.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue