mirror of
https://github.com/pnx/lualine-lsp-status
synced 2026-06-16 01:54:57 +02:00
adding luarc
This commit is contained in:
parent
ebe1c2db2f
commit
69651df246
1 changed files with 19 additions and 0 deletions
19
.luarc.json
Normal file
19
.luarc.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"runtime.version": "LuaJIT",
|
||||||
|
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
|
||||||
|
"diagnostics.globals": [
|
||||||
|
"vim",
|
||||||
|
"ipairs",
|
||||||
|
"require",
|
||||||
|
"pcall",
|
||||||
|
"pairs",
|
||||||
|
"type",
|
||||||
|
"unpack",
|
||||||
|
"table",
|
||||||
|
"string",
|
||||||
|
"os",
|
||||||
|
"tostring",
|
||||||
|
],
|
||||||
|
"workspace.checkThirdParty": false,
|
||||||
|
"workspace.library": ["$VIMRUNTIME", "./lua"]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue