generated from DrKJeff16/nvim-plugin-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvim.yml
More file actions
38 lines (38 loc) · 507 Bytes
/
vim.yml
File metadata and controls
38 lines (38 loc) · 507 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
base: lua51
name: vim
globals:
os:
any: true
a:
any: true
jit:
any: true
bit:
any: true
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
table:
any: true
string:
any: true
math:
any: true