warm & fuzzy colorscheme for neovim
1[selene]
2base = "lua51"
3name = "vim"
4
5[vim]
6any = true
7
8[[describe.args]]
9type = "string"
10[[describe.args]]
11type = "function"
12
13[[it.args]]
14type = "string"
15[[it.args]]
16type = "function"
17
18[[before_each.args]]
19type = "function"
20[[after_each.args]]
21type = "function"
22
23[assert.is_not]
24any = true
25
26[assert.matches]
27any = true
28
29[assert.has_error]
30any = true
31
32[[assert.equals.args]]
33type = "any"
34[[assert.equals.args]]
35type = "any"
36[[assert.equals.args]]
37type = "any"
38required = false
39
40[[assert.same.args]]
41type = "any"
42[[assert.same.args]]
43type = "any"
44
45[[assert.truthy.args]]
46type = "any"
47
48[[assert.falsy.args]]
49type = "any"
50
51[[assert.spy.args]]
52type = "any"
53
54[[assert.stub.args]]
55type = "any"