mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
feat: add scrollbar visual
This commit is contained in:
parent
5d02e5d2e3
commit
84f0d2b067
6 changed files with 33 additions and 3 deletions
|
@ -12,6 +12,10 @@ with lib; {
|
|||
nvimWebDevicons.enable = mkDefault false;
|
||||
lspkind.enable = mkDefault false;
|
||||
|
||||
scrollBar = {
|
||||
enable = mkDefault false;
|
||||
};
|
||||
|
||||
cursorWordline = {
|
||||
enable = mkDefault false;
|
||||
lineTimeout = mkDefault 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue