Add selene config for neovim

This commit is contained in:
ViViDboarder 2024-11-04 12:58:20 -08:00
parent 10674c428b
commit e843e6c355
2 changed files with 26 additions and 0 deletions

25
neovim.yml Normal file
View File

@ -0,0 +1,25 @@
---
base: lua51
globals:
vim:
any: true
assert:
args:
- type: bool
- type: string
required: false
after_each:
args:
- type: function
before_each:
args:
- type: function
describe:
args:
- type: string
- type: function
it:
args:
- type: string
- type: function

1
selene.toml Normal file
View File

@ -0,0 +1 @@
std = "neovim"