mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 23:54:50 +02:00
using bufferline, barbar had too many conflicts unfortunately
This commit is contained in:
parent
632e7bf194
commit
c899acb744
4 changed files with 66 additions and 21 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue