all repos

gopher.nvim @ c1de269ef42d16f64745d2e8afb6fdbb8096f855

Minimalistic plugin for Go development

gopher.nvim/nvim.toml(view raw)

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
[vim]
any = true

[describe]
any = true
[[describe.args]]
type = "string"
[[describe.args]]
type = "function"

[it]
any = true
[[it.args]]
type = "string"
[[it.args]]
type = "function"

[before_each]
any = true
[[before_each.args]]
type = "function"
[[after_each.args]]
type = "function"

[assert]
any = true

[assert.is_not]
any = true

[[assert.equals.args]]
type = "any"
[[assert.equals.args]]
type = "any"
[[assert.equals.args]]
type = "any"
required = false

[[assert.same.args]]
type = "any"
[[assert.same.args]]
type = "any"