mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
basic/spellcheck: pass a string to literalExpression
This commit is contained in:
parent
3861d9a161
commit
576429ba5c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in {
|
|||
languages = mkOption {
|
||||
type = listOf str;
|
||||
default = ["en"];
|
||||
example = literalExpression ["en" "de"];
|
||||
example = literalExpression ''["en" "de"]'';
|
||||
description = "The languages to be used for spellchecking";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue