docs: clarify plugin option documentation

This commit is contained in:
NotAShelf 2023-04-02 19:58:57 +03:00
commit 6fff5303b0
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
31 changed files with 45 additions and 46 deletions

View file

@ -6,6 +6,6 @@
with lib;
with builtins; {
options.vim.binds.cheatsheet = {
enable = mkEnableOption "Searchable cheatsheet for nvim using telescope";
enable = mkEnableOption "Enable cheatsheet-nvim: searchable cheatsheet for nvim using telescope";
};
}

View file

@ -6,6 +6,6 @@
with lib;
with builtins; {
options.vim.binds.whichKey = {
enable = mkEnableOption "which-key menu";
enable = mkEnableOption "Enable which-key keybind menu";
};
}