feat(nvf): add hardtime-nvim
This commit is contained in:
parent
6d61b159a0
commit
047352753e
3 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue