fix: imports
This commit is contained in:
parent
bc315818e4
commit
a24d50843a
9 changed files with 32 additions and 8 deletions
17
vim.toml
17
vim.toml
|
|
@ -1,6 +1,21 @@
|
|||
[selene]
|
||||
base = "lua52"
|
||||
base = "lua51"
|
||||
name = "vim"
|
||||
|
||||
[vim]
|
||||
any = true
|
||||
|
||||
[jit]
|
||||
any = true
|
||||
|
||||
[assert]
|
||||
any = true
|
||||
|
||||
[describe]
|
||||
any = true
|
||||
|
||||
[it]
|
||||
any = true
|
||||
|
||||
[before_each.args]
|
||||
any = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue