a bunch of commits i think

This commit is contained in:
2026-06-07 18:45:11 +01:00
parent d7eec2970b
commit 5ba041b778
13 changed files with 204 additions and 203 deletions
+3 -2
View File
@@ -42,7 +42,7 @@
colorschemes.gruvbox-material.enable = true;
extraPackages = with pkgs; [
# formatters
alejandra
nixfmt-rs
rustfmt
# misc
ripgrep
@@ -67,7 +67,7 @@
enable = true;
settings = {
formatters_by_ft = {
nix = ["alejandra"];
nix = ["nixfmt"];
rust = ["rustfmt"];
"_" = [
"squeeze_blanks"
@@ -283,6 +283,7 @@
vimPlugins.lsp-progress-nvim
vimPlugins.cmp-cmdline
vimPlugins.cmp-nvim-lsp-signature-help
vimPlugins.cord-nvim
tiny-code-action
];
opts = {