reduce max preload number to speed up sumneko

This commit is contained in:
ray-x 2023-01-12 15:35:58 +11:00
parent b1cb067f7c
commit b8a69b6d06

View File

@ -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 },