1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim/lua/user/plugins/lang/lua.lua: remove VIMRUNTIME from workspace.library

This commit is contained in:
Henrik Hautakoski 2025-10-08 08:28:49 +02:00
parent 9425db6b9e
commit 069e6866e9

View file

@ -7,9 +7,6 @@ local lspservers = {
},
workspace = {
checkThirdParty = false,
library = {
vim.env.VIMRUNTIME,
},
},
},
},