Files
sunhat/configs/dotfiles/nvim/.luarc.json
2025-09-13 19:18:20 -05:00

14 lines
312 B
JSON

{
"runtime.version": "LuaJIT",
"runtime.path": [
"lua/?.lua",
"lua/?/init.lua"
],
"diagnostics.globals": ["vim"],
"workspace.checkThirdParty": false,
"workspace.library": [ "$VIMRUNTIME" ],
"workspace.maxPreload": 100000,
"workspace.preloadFileSize": 10000,
"telemetry.enable": false
}