mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +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
|
@ -12,7 +12,7 @@ in {
|
|||
plugins.presence-nvim =
|
||||
helpers.extraOptionsOptions
|
||||
// {
|
||||
enable = mkEnableOption "Enable presence-nvim.";
|
||||
enable = mkEnableOption "presence-nvim";
|
||||
package = helpers.mkPackageOption "presence-nvim" pkgs.vimPlugins.presence-nvim;
|
||||
|
||||
# General options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue