mirror of https://github.com/zoomiti/dotfiles.git
Added lua_rc file to nvim config
parent
91accd7140
commit
110f7f7f1c
@ -0,0 +1,14 @@
|
||||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": [
|
||||
"lua/?.lua",
|
||||
"lua/?/init.lua"
|
||||
],
|
||||
"diagnostics.globals": ["vim"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": [
|
||||
"$VIMRUNTIME",
|
||||
"${3rd}/luv/library"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue