mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
Fix typo
This commit is contained in:
parent
0c16f59202
commit
db6b61f117
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ in {
|
||||||
|
|
||||||
diagnosticsIndicator =
|
diagnosticsIndicator =
|
||||||
helpers.defaultNullOpts.mkLuaFn "null"
|
helpers.defaultNullOpts.mkLuaFn "null"
|
||||||
"Either `null` or a function that returns the diagnistics indicator.";
|
"Either `null` or a function that returns the diagnostics indicator.";
|
||||||
|
|
||||||
diagnosticsUpdateInInsert =
|
diagnosticsUpdateInInsert =
|
||||||
helpers.defaultNullOpts.mkBool true
|
helpers.defaultNullOpts.mkBool true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue