aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-02-11 23:52:56 +0100
committeruser@node5.net <user@node5.net>2026-02-11 23:53:02 +0100
commitb434eb4ac2d55a5bf92c4ed60ee4fe9efba4c7bc (patch)
tree3a698f3fe637f43ac2ea50fc9f415d84b8d99b4e
parent1768c88217f95dca6b73c86c8dcaa2c8f54769c7 (diff)
Add various minor tweaks
-rw-r--r--flake.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 05ddf76..cf2cd14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -55,7 +55,6 @@
ColorColumn.bg="#0a0a0a";
Normal.bg=null; # Transparent nvim background
IlluminatedWordRead.fg="#E06C75"; # Illuminate
- TreesitterContext.bg="#202020";
};
@@ -117,6 +116,7 @@
enable = true;
setupOpts = {
reveal_force_cwd = true;
+ enable_cursor_hijack = true;
};
};
@@ -227,7 +227,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
};
};
@@ -276,7 +276,7 @@
terminal.toggleterm = {
enable = true; # Enable float, bottom, side and tab terminal
lazygit = {
- enable = true; # Git menu tool
+ enable = true;
};
};
@@ -334,7 +334,7 @@
treesitter.context = {
enable =true;
setupOpts = {
- max_lines = 2;
+ # max_lines = 1;
separator = null;
mode = "topline";
};