mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 12:21:40 +00:00
dev: provide empty defaults
This commit is contained in:
parent
745088159c
commit
452e5475e1
2 changed files with 158 additions and 213 deletions
|
@ -76,8 +76,8 @@ in {
|
|||
},
|
||||
|
||||
severity = {
|
||||
min = "vim.diagnostic.severity.${cfg.diagnostics.severity.min}",
|
||||
max = "vim.diagnostic.severity.${cfg.diagnostics.severity.max}",
|
||||
min = vim.diagnostic.severity.${cfg.diagnostics.severity.min},
|
||||
max = vim.diagnostic.severity.${cfg.diagnostics.severity.max},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue