mirror of
https://github.com/ray-x/navigator.lua
synced 2024-11-15 18:12:50 +00:00
reduce max preload number to speed up sumneko
This commit is contained in:
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…
Reference in New Issue
Block a user