mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
9 lines
169 B
TOML
9 lines
169 B
TOML
std = "neovim"
|
|
|
|
[rules]
|
|
global_usage = "allow"
|
|
undefined_variable = "allow"
|
|
multiple_statements = "allow"
|
|
incorrect_standard_library_use = "allow"
|
|
mixed_table = "allow"
|