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.
8 lines
269 B
JSON
8 lines
269 B
JSON
{
|
|
"runtime.version": "LuaJIT",
|
|
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
|
"diagnostics.globals": ["vim", "jit"],
|
|
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],
|
|
"workspace.checkThirdParty": false,
|
|
"completion.callSnippet": "Replace"
|
|
}
|