nvf: more changes
This commit is contained in:
parent
372d33f406
commit
e9130edc58
6 changed files with 7 additions and 23 deletions
|
@ -3,15 +3,13 @@ _: {
|
|||
visuals = {
|
||||
enable = true;
|
||||
nvimWebDevicons.enable = true;
|
||||
scrollBar.enable = false;
|
||||
smoothScroll.enable = false;
|
||||
cellularAutomaton.enable = true;
|
||||
highlight-undo.enable = true;
|
||||
|
||||
indentBlankline.enable = true;
|
||||
|
||||
cursorline = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
lineTimeout = 0;
|
||||
};
|
||||
|
||||
|
@ -21,7 +19,7 @@ _: {
|
|||
notification.window = {
|
||||
winblend = 0;
|
||||
border = "none";
|
||||
render_limit = 10;
|
||||
render_limit = 7;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue