mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 18:54:30 +02:00
lib/options: change "default: ..." to "Plugin default: ..."
This commit is contained in:
parent
7697a1cc5a
commit
3766e36335
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ rec {
|
||||||
|
|
||||||
defaultNullOpts = rec {
|
defaultNullOpts = rec {
|
||||||
# Description helpers
|
# Description helpers
|
||||||
mkDefaultDesc = defaultValue: "default: `${toString defaultValue}`";
|
mkDefaultDesc = defaultValue: "Plugin default: `${toString defaultValue}`";
|
||||||
mkDesc =
|
mkDesc =
|
||||||
default: desc:
|
default: desc:
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue