Nvim config update

Former-commit-id: b801f55276
This commit is contained in:
Hadi
2025-03-01 02:58:48 +01:00
parent e0e933132b
commit 62bc08a436
11 changed files with 42 additions and 490 deletions

View File

@@ -2,13 +2,7 @@
home.packages = with pkgs; [ ctags ];
programs.nixvim.plugins = {
web-devicons.enable = true;
noice.enable = true;
gitsigns = {
enable = true;
settings.current_line_blame = false;
};
trouble.enable = true;
bufferline.enable = true;
lazygit.enable = true;
};
}