From b434eb4ac2d55a5bf92c4ed60ee4fe9efba4c7bc Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Wed, 11 Feb 2026 23:52:56 +0100 Subject: Add various minor tweaks --- flake.nix | 8 ++++---- 1 file 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 = "g"; # Pop up, showing changes since last commit + mappings.previewHunk = "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"; }; -- cgit v1.2.3