From 606de3f7c63fcb20315798ab37f85c018d6b383f Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sat, 6 Jul 2024 17:13:12 +0200 Subject: [PATCH] Remove outdated comment in lualine --- home/.config/nvim/lua/plugs/lualine.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/.config/nvim/lua/plugs/lualine.lua b/home/.config/nvim/lua/plugs/lualine.lua index 312d246..ccb2106 100644 --- a/home/.config/nvim/lua/plugs/lualine.lua +++ b/home/.config/nvim/lua/plugs/lualine.lua @@ -17,10 +17,6 @@ return { local catppuccin_theme = require("lualine.themes.catppuccin") local slightly_darker_surface0 = "#2c3045" catppuccin_theme.normal.c.bg = slightly_darker_surface0 - -- TODO: Change the colors of the lualine theme to match the statusbar from the catppuccin theme in zellij - -- The lualine is already using the catppuccin theme, but the design is not consistent with the zellij statusbar ... - -- Very nitpicky, but it would be nice to have a consistent design - require("lualine").setup { options = { theme = catppuccin_theme,