vim-settings/neovim.yml

26 lines
352 B
YAML
Raw Normal View History

2024-11-04 12:58:20 -08:00
---
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