mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-13 02:34:34 +02:00
lib/options: fix minor typo
This commit is contained in:
parent
8e8c22ce65
commit
582641a639
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
||||||
{
|
{
|
||||||
# plugin default: any value or literal expression
|
# plugin default: any value or literal expression
|
||||||
pluginDefault,
|
pluginDefault,
|
||||||
# nix option default value, used if `nixDefaultText` is missing
|
# nix option default value, used if `defaultText` is missing
|
||||||
default ? null,
|
default ? null,
|
||||||
# nix option default string or literal expression
|
# nix option default string or literal expression
|
||||||
defaultText ? (options.renderOptionValue default) // {
|
defaultText ? (options.renderOptionValue default) // {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue