nvim-lspconfig/neovim.yml
sitiom d17179dbdd
ci(selene): switch to yml config #1986
As of Kampfkarren/selene#364, using TOML is now deprecated.
2022-07-07 05:44:15 -07:00

25 lines
352 B
YAML

---
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