chore(selene): update selene config

This commit is contained in:
Smirnov Oleksandr 2024-08-14 16:32:40 +03:00
parent 7c2b218370
commit 0da5329439
2 changed files with 19 additions and 45 deletions

19
nvim.yaml Normal file
View 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