Compare commits

...
Author SHA1 Message Date
David Heinemeier HanssonandGitHub 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
-12
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,
},
}
-3
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