u.nvim/lua/u/.luarc.json
Jonathan Apodaca c760c495b7
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 11s
update lua API to 1-based indices; add renderer
2025-05-04 15:44:09 -06:00

6 lines
172 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"diagnostics.globals": ["assert", "vim"],
"runtime.version": "LuaJIT"
}