Compare commits

...

1 Commits

Author SHA1 Message Date
David Heinemeier Hansson
31b946c751 Revert "Quick fix for lazyvim bufferline error when using catppuccin (#1084)"
This reverts commit b6896bd58f.
2025-08-31 10:34:43 +02:00
2 changed files with 0 additions and 15 deletions

View File

@@ -1,12 +0,0 @@
return {
{
"akinsho/bufferline.nvim",
-- TODO: Remove this once its fixed in lazyvim. This is only a temporary fix, and its onl needed for catppuccin
init = function()
local bufline = require("catppuccin.groups.integrations.bufferline")
function bufline.get()
return bufline.get_theme()
end
end,
},
}

View File

@@ -1,3 +0,0 @@
echo "Add temp-fix.lua for LazyVim Catppuccin bufferline compatibility"
omarchy-refresh-config nvim/lua/plugins/temp-fix.lua