mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +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
|
@ -25,7 +25,7 @@ with lib; let
|
|||
};
|
||||
in {
|
||||
options.plugins.telescope.extensions.file_browser = {
|
||||
enable = mkEnableOption "File browser extension for telescope";
|
||||
enable = mkEnableOption "file browser extension for telescope";
|
||||
|
||||
package = helpers.mkPackageOption "telescope file_browser" pkgs.vimPlugins.telescope-file-browser-nvim;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib; let
|
|||
helpers = import ../helpers.nix {inherit lib;};
|
||||
in {
|
||||
options.plugins.telescope.extensions.fzf-native = {
|
||||
enable = mkEnableOption "Enable fzf-native";
|
||||
enable = mkEnableOption "fzf-native";
|
||||
|
||||
package = helpers.mkPackageOption "telescope extension fzf-native" pkgs.vimPlugins.telescope-fzf-native-nvim;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -9,7 +9,7 @@ with lib; let
|
|||
helpers = import ../helpers.nix {inherit lib;};
|
||||
in {
|
||||
options.plugins.telescope.extensions.media_files = {
|
||||
enable = mkEnableOption "Enable media_files extension for telescope";
|
||||
enable = mkEnableOption "media_files extension for telescope";
|
||||
|
||||
package = helpers.mkPackageOption "telescope extension media_files" pkgs.vimPlugins.telescope-media-files-nvim;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue