diff options
author | christianchiarulli <[email protected]> | 2021-07-04 01:31:08 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-04 01:31:08 -0400 |
commit | c899acb744a9cd87f1d3cea642f7ad13e9b5c56a (patch) | |
tree | 298b5d885d8448be2d234e25a3f789925e462559 /ftplugin/lua.lua | |
parent | 632e7bf19418e5792538bbedb602b1e10215fa52 (diff) |
using bufferline, barbar had too many conflicts unfortunately
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 } } } |