mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
docs: fix grammar, spelling, and text for enable
options
This commit is contained in:
parent
7014569cbf
commit
3fd743fe80
23 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@ with lib; let
|
|||
cfg = config.plugins.telescope.extensions.fzy-native;
|
||||
in {
|
||||
options.plugins.telescope.extensions.fzy-native = {
|
||||
enable = mkEnableOption "Enable fzy-native";
|
||||
enable = mkEnableOption "fzy-native";
|
||||
|
||||
overrideGenericSorter = mkOption {
|
||||
type = types.nullOr types.bool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue