Initial commit

This commit is contained in:
Smirnov Olexander 2022-05-30 15:44:12 +03:00
commit 7fc01485e7
7 changed files with 92 additions and 0 deletions

42
nvim.toml Normal file
View file

@ -0,0 +1,42 @@
[vim]
any = true
[describe]
any = true
[[describe.args]]
type = "string"
[[describe.args]]
type = "function"
[it]
any = true
[[it.args]]
type = "string"
[[it.args]]
type = "function"
[before_each]
any = true
[[before_each.args]]
type = "function"
[[after_each.args]]
type = "function"
[assert]
any = true
[assert.is_not]
any = true
[[assert.equals.args]]
type = "any"
[[assert.equals.args]]
type = "any"
[[assert.equals.args]]
type = "any"
required = false
[[assert.same.args]]
type = "any"
[[assert.same.args]]
type = "any"