mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
24 lines
347 B
YAML
24 lines
347 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
|