mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
Revert "Quick fix for lazyvim bufferline error when using catppuccin (#1084)"
This reverts commit b6896bd58f.
This commit is contained in:
committed by
GitHub
parent
b6896bd58f
commit
31b946c751
@@ -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,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
echo "Add temp-fix.lua for LazyVim Catppuccin bufferline compatibility"
|
|
||||||
|
|
||||||
omarchy-refresh-config nvim/lua/plugins/temp-fix.lua
|
|
||||||
Reference in New Issue
Block a user