mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
7 lines
206 B
JSON
7 lines
206 B
JSON
{
|
|
"runtime.version": "LuaJIT",
|
|
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
|
"diagnostics.globals": ["vim"],
|
|
"workspace.checkThirdParty": false,
|
|
"workspace.library": ["$VIMRUNTIME", "./lua"]
|
|
}
|