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:
parent
7cd77af9bf
commit
09b201ca24
3 changed files with 106 additions and 172 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue