Fix lua language server language

This commit is contained in:
Alex Yatskov 2024-12-29 12:41:23 -08:00
parent c7a460fb71
commit 7c30f85e00

View File

@ -47,7 +47,9 @@ if vim.fn.executable('lua-language-server') == 1 then
},
workspace = {
checkThirdParty = false,
library = vim.api.nvim_get_runtime_file('', true),
library = {
vim.env.VIMRUNTIME,
},
},
},
},