Add .luarc.json
This commit is contained in:
parent
1a00736e35
commit
22139468f9
7
nvim/.config/nvim/.luarc.json
Normal file
7
nvim/.config/nvim/.luarc.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"rutime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||
"diagnostics.globals": ["vim"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": ["$VIMRUNTIME"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user