docs: fix grammar, spelling, and text for enable options

This commit is contained in:
municorn 2023-10-09 07:58:51 -05:00 committed by Gaétan Lepage
parent 7014569cbf
commit 3fd743fe80
23 changed files with 24 additions and 24 deletions

View file

@ -8,12 +8,12 @@ with lib; let
helpers = import ../helpers.nix args;
in {
options.plugins.vim-matchup = {
enable = mkEnableOption "Enable vim-matchup";
enable = mkEnableOption "vim-matchup";
package = helpers.mkPackageOption "vim-matchup" pkgs.vimPlugins.vim-matchup;
treesitterIntegration = {
enable = mkEnableOption "Enable treesitter integration";
enable = mkEnableOption "treesitter integration";
disable =
helpers.defaultNullOpts.mkNullable (types.listOf types.str) "[]"
"Languages for each to disable this module";