nvf getting better

This commit is contained in:
Vali 2024-07-06 18:17:02 +02:00
commit a9a0264011
12 changed files with 24 additions and 41 deletions

View file

@ -1,10 +1,8 @@
{config, ...}: let
inherit (config.modules.other.system) username;
in {
_:{
programs.neovim-flake.settings.vim = {
binds = {
whichKey.enable = true;
cheatsheet.enable = false;
cheatsheet.enable = true;
};
};
}