mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/{nvim-tree,neorg}: fix typo (#201)
This commit is contained in:
parent
fa55352234
commit
1abdc90411
2 changed files with 2 additions and 2 deletions
|
@ -994,7 +994,7 @@ in {
|
|||
name: value:
|
||||
if value == null
|
||||
then null
|
||||
else helpers.mkRaw "vim.diagnostic.severity.${string.toUpper value}"
|
||||
else helpers.mkRaw "vim.diagnostic.severity.${strings.toUpper value}"
|
||||
)
|
||||
severity;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue