mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
misc: ensure all options have a description
This commit is contained in:
parent
3be9db71c2
commit
7a2d065cce
13 changed files with 127 additions and 43 deletions
|
@ -41,7 +41,10 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
attrsOf (
|
||||
either str (submodule {
|
||||
options = {
|
||||
action = mkOption { type = types.str; };
|
||||
action = mkOption {
|
||||
type = types.str;
|
||||
description = "The telescope action to run.";
|
||||
};
|
||||
mode = helpers.keymaps.mkModeOption "n";
|
||||
options = helpers.keymaps.mapConfigOptions;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue