go.nvim/neovim.yml
2023-03-29 21:47:42 +11:00

25 lines
348 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