Fix lua language server show message every time lua file is opened

pull/268/head
ray-x 1 year ago
parent b8a69b6d06
commit 3b4569067e

@ -43,6 +43,7 @@ local function sumneko_lua()
workspace = {
-- Make the server aware of Neovim runtime files
library = library,
checkThirdParty = false,
maxPreload = 1000,
preloadFileSize = 40000,
},

Loading…
Cancel
Save