aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
};