Some checks failed
ci / ci (push) Has been cancelled
- range: extmarks/tsquery - mise for dev env - get rid of obsolete modules - implement as single file module
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
|
|
},
|
|
}
|