mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"runtime.version": "LuaJIT",
|
|
"runtime.path": [
|
|
"lua/?.lua",
|
|
"lua/?/init.lua"
|
|
],
|
|
"diagnostics.globals": ["vim"],
|
|
"workspace.checkThirdParty": false,
|
|
"workspace.library": [
|
|
"$VIMRUNTIME",
|
|
"./lua"
|
|
]
|
|
}
|