1
0
Fork 0
mirror of https://github.com/CompeyDev/my-nvim-setup.git synced 2025-04-10 01:30:53 +01:00

add preload sizes for lua lsp ()

This commit is contained in:
siduck76 2021-07-09 09:19:24 +05:30
parent c6084220de
commit 9f8ce72e55

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