13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
return {
|
|
_all = {
|
|
lpath = "lua/?.lua;lua/?/init.lua",
|
|
lua = "nvim -u NONE -i NONE -l",
|
|
},
|
|
default = {
|
|
verbose = true
|
|
},
|
|
tests = {
|
|
verbose = true
|
|
},
|
|
}
|