mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim/lua/user/plugins/lang/lua.lua: remove VIMRUNTIME from workspace.library
This commit is contained in:
parent
9425db6b9e
commit
069e6866e9
1 changed files with 0 additions and 3 deletions
|
|
@ -7,9 +7,6 @@ local lspservers = {
|
||||||
},
|
},
|
||||||
workspace = {
|
workspace = {
|
||||||
checkThirdParty = false,
|
checkThirdParty = false,
|
||||||
library = {
|
|
||||||
vim.env.VIMRUNTIME,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue