Dotfiles/vim/theme/cyberqueer.nvim/neovim.yml

28 lines
373 B
YAML

---
base: lua51
globals:
jit:
any: true
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