Changing plugin description and testing

This commit is contained in:
haskex 2025-05-01 12:17:31 -03:00
commit cc2c412b88

View file

@ -3,7 +3,7 @@
inherit (lib.nvim.types) mkPluginSetupOption;
in {
options.vim.binds.hardtime-nvim = {
enable = mkEnableOption "Hardtime - A Plugin for Blocks key repeats in Neovim.";
enable = mkEnableOption "hardtime helper for no repeat keybinds";
setupOpts = mkPluginSetupOption "hardtime-nvim" {};
};