gitsigns.nvim/vim.yml

41 lines
619 B
YAML
Raw Normal View History

2023-06-16 08:52:19 +00:00
---
base: lua51
globals:
vim:
any: true
jit:
any: true
assert:
args:
- type: any
- type: string
required: false
package.config:
any: true
property: read-only
# busted
describe:
args:
- type: string
required: true
- type: function
required: true
it:
args:
- type: string
required: true
- type: function
required: true
before_each:
args:
- type: function
required: true
after_each:
args:
- type: function
required: true
pending:
2023-06-19 10:36:49 +00:00
args:
- type: string