mirror of
https://github.com/kristoferssolo/lualine-harpoon.nvim.git
synced 2025-10-21 19:50:33 +00:00
26 lines
371 B
YAML
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
|