Fix lua language server language
This commit is contained in:
parent
c7a460fb71
commit
7c30f85e00
@ -47,7 +47,9 @@ if vim.fn.executable('lua-language-server') == 1 then
|
|||||||
},
|
},
|
||||||
workspace = {
|
workspace = {
|
||||||
checkThirdParty = false,
|
checkThirdParty = false,
|
||||||
library = vim.api.nvim_get_runtime_file('', true),
|
library = {
|
||||||
|
vim.env.VIMRUNTIME,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user