chore(selene): update selene config
This commit is contained in:
parent
7c2b218370
commit
0da5329439
2 changed files with 19 additions and 45 deletions
19
nvim.yaml
Normal file
19
nvim.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
base: lua52
|
||||
globals:
|
||||
vim:
|
||||
any: true
|
||||
|
||||
MiniTest:
|
||||
any: true
|
||||
|
||||
# plenary.nvim's testing legacy
|
||||
it:
|
||||
args:
|
||||
- type: string
|
||||
- type: function
|
||||
|
||||
describe:
|
||||
args:
|
||||
- type: string
|
||||
- type: function
|
||||
Loading…
Add table
Add a link
Reference in a new issue