feat(nvf): add hardtime-nvim
This commit is contained in:
parent
6d61b159a0
commit
047352753e
3 changed files with 9 additions and 0 deletions
4
modules/home/cli/editor/nvf/binds.nix
Normal file
4
modules/home/cli/editor/nvf/binds.nix
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
hardtime-nvim.enable = true;
|
||||||
|
whichKey.enable = true;
|
||||||
|
}
|
|
@ -6,10 +6,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.vim = {
|
settings.vim = {
|
||||||
autocomplete = import ./autocomplete.nix;
|
autocomplete = import ./autocomplete.nix;
|
||||||
|
binds = import ./binds.nix;
|
||||||
keymaps = import ./keymaps.nix;
|
keymaps = import ./keymaps.nix;
|
||||||
languages = import ./languages.nix;
|
languages = import ./languages.nix;
|
||||||
lsp = import ./lsp.nix;
|
lsp = import ./lsp.nix;
|
||||||
options = import ./options.nix;
|
options = import ./options.nix;
|
||||||
|
notify = import ./notify.nix;
|
||||||
utility = import ./utility.nix;
|
utility = import ./utility.nix;
|
||||||
visuals = import ./visuals.nix;
|
visuals = import ./visuals.nix;
|
||||||
};
|
};
|
||||||
|
|
3
modules/home/cli/editor/nvf/notify.nix
Normal file
3
modules/home/cli/editor/nvf/notify.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
nvim-notify.enable = true;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue