feat(nvf): add minor visual tweaks
This commit is contained in:
parent
691f7c2523
commit
2a3ca4237a
2 changed files with 7 additions and 0 deletions
4
README.md
Normal file
4
README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# TODO
|
||||||
|
|
||||||
|
- nvim
|
||||||
|
- make top line of scope stick to top of screen
|
|
@ -142,6 +142,9 @@ _: {
|
||||||
|
|
||||||
visuals = {
|
visuals = {
|
||||||
fidget-nvim.enable = true;
|
fidget-nvim.enable = true;
|
||||||
|
indent-blankline.enable = true;
|
||||||
|
nvim-web-devicons.enable = true;
|
||||||
|
rainbow-delimiters.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue