Problem: need formatting, linting, testing, and nix dev shell configs. Solution: add stylua, selene, lua-language-server, busted, pre-commit, flake.nix, and luarocks rockspec configuration.
9 lines
113 B
Text
9 lines
113 B
Text
return {
|
|
_all = {
|
|
lua = 'nvim -l',
|
|
ROOT = { './spec/' },
|
|
},
|
|
default = {
|
|
verbose = true,
|
|
},
|
|
}
|