SoloVim/neovim.yml
Kristofers Solo e0f12a9ce3 Update 2025-02-28
Update 2025-02-14

Update 2025-02-16

Update 2025-02-21

Update 2025-02-23

Update 2025-02-25

Update 2025-02-27

Update 2025-02-28
2025-04-16 13:42:48 +03:00

26 lines
371 B
YAML

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