mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 22:26:27 +00:00
26 lines
352 B
YAML
26 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
|