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
|
@ -129,7 +129,7 @@ in
|
||||||
in
|
in
|
||||||
if (isInt level)
|
if (isInt level)
|
||||||
then level
|
then level
|
||||||
else helpers.mkRaw "vim.log.levels.${string.toUpper level}";
|
else helpers.mkRaw "vim.log.levels.${strings.toUpper level}";
|
||||||
})
|
})
|
||||||
cfg.logger.modes;
|
cfg.logger.modes;
|
||||||
float_precision = cfg.logger.floatPrecision;
|
float_precision = cfg.logger.floatPrecision;
|
||||||
|
|
|
@ -994,7 +994,7 @@ in {
|
||||||
name: value:
|
name: value:
|
||||||
if value == null
|
if value == null
|
||||||
then null
|
then null
|
||||||
else helpers.mkRaw "vim.diagnostic.severity.${string.toUpper value}"
|
else helpers.mkRaw "vim.diagnostic.severity.${strings.toUpper value}"
|
||||||
)
|
)
|
||||||
severity;
|
severity;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue