dotfiles/.config/nvim/.luarc.json

11 lines
257 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"Lua.format.defaultConfig": {
"indent_style": "space",
"indent_size": "2"
},
"Lua.diagnostics.globals": ["vim" ]
}