- Add CI workflows (format, lint, typecheck) - Add quality workflow - Add luarocks publishing workflow - Add pre-commit configuration - Add issue templates (bug report, feature request) - Add .editorconfig, .gitignore, .luarc.json - Add selene.toml and vim.toml for linting - Add luarocks rockspec - Rename .stylua.toml to stylua.toml
8 lines
263 B
JSON
8 lines
263 B
JSON
{
|
|
"runtime.version": "Lua 5.1",
|
|
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
|
"diagnostics.globals": ["vim"],
|
|
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],
|
|
"workspace.checkThirdParty": false,
|
|
"completion.callSnippet": "Replace"
|
|
}
|