dotfiles/.config/nvim/.luarc.json

9 lines
203 B
JSON
Raw Permalink Normal View History

2024-03-17 12:32:47 +00:00
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
2024-05-26 16:18:00 +01:00
"runtime.version": "LuaJIT",
"diagnostics.globals": [
"vim",
"numbers"
]
2024-03-17 12:32:47 +00:00
}