feat(nvf): add hardtime-nvim

This commit is contained in:
Mohammad Rafiq 2025-05-22 11:59:24 +08:00
parent 6d61b159a0
commit 047352753e
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View file

@ -6,10 +6,12 @@
enable = true;
settings.vim = {
autocomplete = import ./autocomplete.nix;
binds = import ./binds.nix;
keymaps = import ./keymaps.nix;
languages = import ./languages.nix;
lsp = import ./lsp.nix;
options = import ./options.nix;
notify = import ./notify.nix;
utility = import ./utility.nix;
visuals = import ./visuals.nix;
};