mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(bufferline): load bufferline on VeryLazy. Fixes #1587
This commit is contained in:
parent
b58446f7b3
commit
7272b3e4b5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ return {
|
|||
-- tabs, which include filetype icons and close buttons.
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
event = "LazyFile",
|
||||
event = "VeryLazy",
|
||||
keys = {
|
||||
{ "<leader>bp", "<Cmd>BufferLineTogglePin<CR>", desc = "Toggle pin" },
|
||||
{ "<leader>bP", "<Cmd>BufferLineGroupClose ungrouped<CR>", desc = "Delete non-pinned buffers" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue