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

@ -0,0 +1,4 @@
{
hardtime-nvim.enable = true;
whichKey.enable = true;
}

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

View file

@ -0,0 +1,3 @@
{
nvim-notify.enable = true;
}