u.nvim/lua/u/.luarc.json
Jonathan Apodaca 0daf6e7249
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 7s
1-based indexing rewrite
2025-04-11 16:03:38 -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"
}