chore(nvim): Remove unused config

This commit is contained in:
Pratik Tripathy
2026-01-12 23:46:15 +05:30
parent a9cf337f56
commit 515c4b45e4

View File

@@ -61,15 +61,6 @@ return {
{ noremap = true, silent = true }
)
end
-- Fix bufferline when restoring a session
vim.api.nvim_create_autocmd("BufAdd", {
callback = function()
vim.schedule(function()
pcall(buf_line)
end)
end,
})
end,
keys = {
{ "<leader>bp", "<Cmd>BufferLineTogglePin<CR>", desc = "Toggle buffer-pin" },