aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-12-14 16:18:51 +0100
committeruser@node5.net <user@node5.net>2025-12-14 16:18:51 +0100
commit4f61a6aded055c8778d59079f1b7253092e6a729 (patch)
tree760aba417cd01d3162c6f6da98509f4dcbdaaa3f
parente1bf06edc201c696039196e365653ad94b88dcc9 (diff)
git menues
-rw-r--r--flake.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 52e8c06..68cf184 100644
--- a/flake.nix
+++ b/flake.nix
@@ -223,7 +223,7 @@
git = {
gitsigns = { # Show changes since last git commit + more shortcuts.
enable = true;
- mappings.previewHunk = "<leader>g"; # Pop up, showing changes since last commit
+ #mappings.previewHunk = "<leader>g"; # Pop up, showing changes since last commit
};
};
@@ -271,6 +271,9 @@
terminal.toggleterm = {
enable = true; # Enable float, bottom, side and tab terminal
+ lazygit = {
+ enable = true; # Git menu tool
+ };
};
# ┌─────────┐
@@ -333,6 +336,7 @@
mode = "topline";
};
};
+
minimap = {
minimap-vim.enable = false;
codewindow.enable = true; # lighter, faster, and uses lua for configuration
@@ -341,6 +345,7 @@
utility = {
preview.markdownPreview.enable = true;
undotree.enable = true;
+ diffview-nvim.enable = true;
};
# ┌────────────────────┐