reduce max preload number to speed up sumneko

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

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

Loading…
Cancel
Save