modules/visuals: add highlight-undo

a plugin for highlighting undo/redo targets
This commit is contained in:
raf 2023-10-22 01:22:31 +03:00
commit c353329620
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
5 changed files with 70 additions and 1 deletions

View file

@ -79,14 +79,17 @@ inputs: let
nvimWebDevicons.enable = true;
scrollBar.enable = true;
smoothScroll.enable = true;
cellularAutomaton.enable = isMaximal;
cellularAutomaton.enable = false;
fidget-nvim.enable = true;
highlight-undo.enable = true;
indentBlankline = {
enable = true;
fillChar = null;
eolChar = null;
showCurrContext = true;
};
cursorline = {
enable = true;
lineTimeout = 0;