add preload sizes for lua lsp (#143)
This commit is contained in:
parent
c6084220de
commit
9f8ce72e55
|
@ -64,7 +64,9 @@ M.config = function()
|
|||
library = {
|
||||
[vim.fn.expand("$VIMRUNTIME/lua")] = true,
|
||||
[vim.fn.expand("$VIMRUNTIME/lua/vim/lsp")] = true
|
||||
}
|
||||
},
|
||||
maxPreload = 100000,
|
||||
preloadFileSize = 10000
|
||||
},
|
||||
telemetry = {
|
||||
enable = false
|
||||
|
|
Loading…
Reference in New Issue