Changing options for hardtime plugin to hardtime-nvim, and adding the changelog

This commit is contained in:
haskex 2025-04-30 22:02:00 -03:00
commit 1f7405aaf7
4 changed files with 9 additions and 4 deletions

View file

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