using bufferline, barbar had too many conflicts unfortunately

This commit is contained in:
christianchiarulli 2021-07-04 01:31:08 -04:00
parent 632e7bf194
commit c899acb744
4 changed files with 66 additions and 21 deletions

View file

@ -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
}
}
}