fix(bufferline): unpin bufferline with 0.9.x compatibility (#3252)

This commit is contained in:
Lawrence Ho
2024-05-21 01:53:49 +08:00
committed by GitHub
parent ac092289f5
commit ea1c3ad6b4

View File

@ -56,7 +56,6 @@ 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" },