[Spell] Add new words

This commit is contained in:
Admin 2025-03-18 09:38:14 +01:00
parent 3d12ba9dc8
commit 78e2309f2f
3 changed files with 12 additions and 0 deletions

View File

@ -2,3 +2,4 @@ NeoVim
config
Supremum
Infimum
iff

Binary file not shown.

View File

@ -0,0 +1,11 @@
{
"no_empty_module": "warn",
"no_unreachable": "error",
"no_default_parameter": "info",
"no_implicit_parameter": "warn",
"no_define_with_no_value": "error",
"no_unused_variable": "error",
"no_multiple_define": "error",
"no_redundant_define": "warn",
"no_trailing_spaces": "off"
}