initial commit
This commit is contained in:
15
.luarc.json
Normal file
15
.luarc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": [
|
||||
"lua/?.lua",
|
||||
"lua/?/init.lua"
|
||||
],
|
||||
"diagnostics.globals": ["vim"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": [
|
||||
"$VIMRUNTIME",
|
||||
"$XDG_DATA_HOME/nvim/lazy",
|
||||
"${3rd}/luv/library"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user