From 17a503ec4d7820456bf7824c3519c70ee79b06ec Mon Sep 17 00:00:00 2001 From: Theodor Bjorkman Date: Fri, 28 Feb 2025 19:13:20 +0100 Subject: [PATCH] Fixed description typo --- modules/plugins/utility/harpoon/harpoon.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/plugins/utility/harpoon/harpoon.nix b/modules/plugins/utility/harpoon/harpoon.nix index 9e313611..835a343b 100644 --- a/modules/plugins/utility/harpoon/harpoon.nix +++ b/modules/plugins/utility/harpoon/harpoon.nix @@ -22,13 +22,13 @@ in { save_on_toggle = mkOption { type = bool; default = false; - description = '' any time the ui menu is closed then we will save the + description = '' Any time the ui menu is closed then we will save the state back to the backing list, not to the fs''; }; sync_on_ui_close = mkOption { type = bool; default = false; - description = '' any time the ui menu is closed then the state of the + description = '' Any time the ui menu is closed then the state of the list will be sync'd back to the fs''; }; key = mkOption { @@ -38,7 +38,7 @@ in { return vim.loop.cwd() end ''; - description = '' how the out list key is looked up. This can be useful + description = '' How the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path''; }; };