mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(bufferline): pin bufferline to older version on 0.9.x for now
This commit is contained in:
parent
4a41012483
commit
573aa226f9
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ return {
|
|||
-- tabs, which include filetype icons and close buttons.
|
||||
{
|
||||
"akinsho/bufferline.nvim",
|
||||
commit = vim.fn.has("nvim-0.10") == 0 and "73540cb95f8d95aa1af3ed57713c6720c78af915" or nil,
|
||||
event = "VeryLazy",
|
||||
keys = {
|
||||
{ "<leader>bp", "<Cmd>BufferLineTogglePin<CR>", desc = "Toggle Pin" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue