install scripts. reorganization. soon to be deployable
This commit is contained in:
14
env/.config/nvim/.luarc.json
vendored
Executable file
14
env/.config/nvim/.luarc.json
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"runtime.version": "LuaJIT",
|
||||
"runtime.path": [
|
||||
"lua/?.lua",
|
||||
"lua/?/init.lua"
|
||||
],
|
||||
"diagnostics.globals": ["vim",
|
||||
"endclose_tag_on_exit"],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": [
|
||||
"$VIMRUNTIME",
|
||||
"./lua"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user