Change status line

Time spent on writing Nix config:
5%: Testing new shiny things
7%: Debugging issues
88%: Gettings the colors and theming juuuuuust right
Help, my sleep schedule is dying
This commit is contained in:
Geoffrey Frogeye 2024-01-22 00:02:13 +01:00
parent 7cd77af9bf
commit 09b201ca24
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 106 additions and 172 deletions

View file

@ -44,6 +44,12 @@ in
showbreak = "";
};
plugins = {
# Underline all instances of the underlined word
cursorline = {
enable = true;
cursorline.enable = false;
};
# Catches attention when cursor changed position
specs = {
enable = true;
@ -61,7 +67,6 @@ in
};
# indent = true; # Not very working last time I tried apparently
};
# TODO Investigate https://github.com/nvim-treesitter/nvim-treesitter-textobjects
indent-blankline.enable = true; # Show indent guides
rainbow-delimiters.enable = true; # Randomly colore paired brackets