add preload sizes for lua lsp (#143)

This commit is contained in:
siduck76 2021-07-09 09:19:24 +05:30
parent c6084220de
commit 9f8ce72e55
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ M.config = function()
library = { library = {
[vim.fn.expand("$VIMRUNTIME/lua")] = true, [vim.fn.expand("$VIMRUNTIME/lua")] = true,
[vim.fn.expand("$VIMRUNTIME/lua/vim/lsp")] = true [vim.fn.expand("$VIMRUNTIME/lua/vim/lsp")] = true
} },
maxPreload = 100000,
preloadFileSize = 10000
}, },
telemetry = { telemetry = {
enable = false enable = false