feat(nvf): slight rice WIP

This commit is contained in:
Mohammad Rafiq 2025-05-30 14:31:58 +08:00
parent 3ce2f2f0e8
commit b9e6129961
No known key found for this signature in database
3 changed files with 24 additions and 3 deletions

View file

@ -29,6 +29,7 @@
options = import ./options.nix;
notify = import ./notify.nix;
snippets = import ./snippets.nix;
statusline = import ./statusline.nix;
treesitter = import ./treesitter.nix;
ui = import ./ui.nix;
utility = import ./utility.nix;