diff options
| author | user@node5.net <user@node5.net> | 2026-02-11 23:52:56 +0100 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-02-11 23:53:02 +0100 |
| commit | b434eb4ac2d55a5bf92c4ed60ee4fe9efba4c7bc (patch) | |
| tree | 3a698f3fe637f43ac2ea50fc9f415d84b8d99b4e | |
| parent | 1768c88217f95dca6b73c86c8dcaa2c8f54769c7 (diff) | |
Add various minor tweaks
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"; }; |
