diff options
author | christianchiarulli <[email protected]> | 2021-07-04 01:45:13 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-04 01:45:13 -0400 |
commit | bc720781ebbb1818f8bfb31f4d191216c7deac85 (patch) | |
tree | c85d5c2dbe5be09965bf78ea85352ac993f406be /ftplugin/lua.lua | |
parent | ddc0c71dae44aaf39742201704c22f9cf92073de (diff) | |
parent | e4da06abb0c229ae87997d3018d9190356fb3b08 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable
Diffstat (limited to 'ftplugin/lua.lua')
-rw-r--r-- | ftplugin/lua.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/lua.lua b/ftplugin/lua.lua index cfcd9b92..bd541177 100644 --- a/ftplugin/lua.lua +++ b/ftplugin/lua.lua @@ -23,7 +23,8 @@ require'lspconfig'.sumneko_lua.setup { [vim.fn.expand('$VIMRUNTIME/lua')] = true, [vim.fn.expand('$VIMRUNTIME/lua/vim/lsp')] = true }, - maxPreload = 10000 + maxPreload = 100000, + preloadFileSize = 1000 } } } |