mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01: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
|
|
@ -16,7 +16,7 @@ in {
|
|||
package = helpers.mkPackageOption "gruvbox" pkgs.vimPlugins.gruvbox-nvim;
|
||||
|
||||
italics = mkEnableOption "italics";
|
||||
bold = mkEnableOption "bold";
|
||||
bold = mkEnableOption "bold text";
|
||||
underline = mkEnableOption "underlined text";
|
||||
undercurl = mkEnableOption "undercurled text";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue