From c899acb744a9cd87f1d3cea642f7ad13e9b5c56a Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sun, 4 Jul 2021 01:31:08 -0400 Subject: using bufferline, barbar had too many conflicts unfortunately --- ftplugin/lua.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ftplugin') 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 } } } -- cgit v1.2.3