-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathneovim.yml
More file actions
45 lines (44 loc) · 729 Bytes
/
neovim.yml
File metadata and controls
45 lines (44 loc) · 729 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
39
40
41
42
43
44
45
---
base: lua51
globals:
vim:
any: true
vim.print:
args:
- type: ...
deprecated:
message: accidental print
print:
args:
- type: ...
deprecated:
message: accidental print
describe:
args:
- type: string
- type: function
it:
args:
- type: string
- type: function
assert.same:
args:
- type: any
- type: any
- type: string
required: false
assert.is_true:
args:
- type: bool
- type: string
required: false
assert.is_false:
args:
- type: bool
- type: string
required: false
assert.not_nil:
args:
- type: any
- type: string
required: false