mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
Changing options for hardtime plugin to hardtime-nvim, and adding the changelog
This commit is contained in:
parent
997d685c00
commit
1f7405aaf7
4 changed files with 9 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
inherit (lib.nvim.lua) toLuaObject;
|
||||
inherit (lib.nvim.dag) entryAnywhere;
|
||||
|
||||
cfg = config.vim.binds.hardtime;
|
||||
cfg = config.vim.binds.hardtime-nvim;
|
||||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
|
|
|
@ -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" {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue