[Spell] Add new words
This commit is contained in:
parent
3d12ba9dc8
commit
78e2309f2f
@ -2,3 +2,4 @@ NeoVim
|
|||||||
config
|
config
|
||||||
Supremum
|
Supremum
|
||||||
Infimum
|
Infimum
|
||||||
|
iff
|
||||||
|
Binary file not shown.
11
nvim/util/verible-conf.json
Normal file
11
nvim/util/verible-conf.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user