plugins/{nvim-tree,neorg}: fix typo (#201)

This commit is contained in:
Gaétan Lepage 2023-02-25 18:31:15 +01:00 committed by GitHub
parent fa55352234
commit 1abdc90411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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;
};