feat(nvf): more ricing

This commit is contained in:
Mohammad Rafiq 2025-05-22 23:18:48 +08:00
parent 214b8dea90
commit c09c7cd6c0
No known key found for this signature in database
9 changed files with 24 additions and 3 deletions

View file

@ -9,6 +9,7 @@
enable = true;
settings.vim = {
hideSearchHighlight = true;
searchCase = "ignore";
undoFile.enable = true;
fzf-lua.enable = true;
git.enable = true;
@ -20,9 +21,11 @@
keymaps = import ./keymaps.nix;
languages = import ./languages.nix;
lsp = import ./lsp.nix;
navigation = import ./navigation.nix;
notes = import ./notes.nix;
options = import ./options.nix;
notify = import ./notify.nix;
snippets = import ./snippets.nix;
utility = import ./utility.nix;
visuals = import ./visuals.nix;
};