mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +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
|
||||
pluginDefault,
|
||||
# nix option default value, used if `nixDefaultText` is missing
|
||||
# nix option default value, used if `defaultText` is missing
|
||||
default ? null,
|
||||
# nix option default string or literal expression
|
||||
defaultText ? (options.renderOptionValue default) // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue