non important commit

This commit is contained in:
maxstrb 2025-11-22 16:22:26 +01:00
parent cbe46771ba
commit d07ae5f55f

View file

@ -23,15 +23,10 @@
enable = true;
null-ls.enable = false;
servers.rust-analyzer.root_markers = [
"Cargo.toml"
".git"
];
inlayHints.enable = true;
formatOnSave = true;
lspkind.enable = true;
lspsaga.enable = false;
lspsaga.enable = true;
trouble.enable = true;
};
@ -83,6 +78,13 @@
rust = {
enable = true;
crates.enable = false;
lsp = {
server = "rust-analyzer";
settings.rust-analyzer = {
checkOnSave.command = "clippy";
};
};
};
};
@ -123,7 +125,13 @@
notify.nvim-notify.enable = true;
projects.project-nvim.enable = true;
projects.project-nvim.enable = {
enable = true;
setupOpts = {
patterns = [".git"];
manual_mode = false;
};
};
utility = {
ccc.enable = true;