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