feat(nvf): add minor visual tweaks

This commit is contained in:
Mohammad Rafiq 2025-03-03 14:24:51 +08:00
parent 691f7c2523
commit 2a3ca4237a
2 changed files with 7 additions and 0 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# TODO
- nvim
- make top line of scope stick to top of screen

View file

@ -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;
}; };
}; };
} }