Migrate to lsp-zero 3.x branch

This commit is contained in:
CronyAkatsuki 2023-12-24 14:19:45 +01:00
parent 3dbf7b8ed4
commit 5f44b663e3
3 changed files with 47 additions and 19 deletions

15
.luarc.json Normal file
View 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"
]
}