dotfiles/.config/nvim/.luarc.json
Tobias Schmidl 90b6fb2b80 vim: big update
- removed unnecessary plugins
- moved to lsp
- added vimrc
2024-11-05 10:28:12 +01:00

10 lines
257 B
JSON

{
"$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" ]
}