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

View file

@ -142,6 +142,9 @@ _: {
visuals = {
fidget-nvim.enable = true;
indent-blankline.enable = true;
nvim-web-devicons.enable = true;
rainbow-delimiters.enable = true;
};
};
}