Migrate to lsp-zero 3.x branch
This commit is contained in:
parent
3dbf7b8ed4
commit
5f44b663e3
3 changed files with 47 additions and 19 deletions
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",
|
||||
"./lua"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue