mirror of
https://github.com/oxalica/nil.git
synced 2025-12-23 09:19:49 +00:00
Fix default value in coc-nil
This commit is contained in:
parent
62e7eac98e
commit
4825639eba
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"default": "null",
|
||||
"default": null,
|
||||
"description": "External formatter command with arguments"
|
||||
},
|
||||
"nil.diagnostics.ignored": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue