mirror of
https://github.com/oxalica/nil.git
synced 2024-11-20 12:26:15 +03:00
10 lines
168 B
TOML
10 lines
168 B
TOML
|
[files]
|
||
|
extend-exclude = [
|
||
|
"crates/syntax/test_data",
|
||
|
]
|
||
|
|
||
|
[default.extend-words]
|
||
|
froms = "froms"
|
||
|
regist = "regist" # coc.nvim `registLanguageClient`
|
||
|
withs = "withs"
|