fix: cursorline configuration

This commit is contained in:
Frothy 2023-08-06 22:30:06 -04:00
commit d126519514
3 changed files with 17 additions and 6 deletions

View file

@ -86,7 +86,7 @@ inputs: let
eolChar = null;
showCurrContext = true;
};
cursorWordline = {
cursorline = {
enable = true;
lineTimeout = 0;
};