u.nvim/lua/u/.luarc.json
Jonathan Apodaca d9e6614aa4
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
1-based indexing rewrite
2025-04-11 14:10:52 -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"
}