forgot this bit

This commit is contained in:
nicholai 2025-12-13 14:49:51 -07:00
parent 5f8c78ba12
commit 0c218da55a

View File

@ -169,7 +169,7 @@ return {
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
config = function() config = function()
require("lualine").setup({ require("lualine").setup({
options = { theme = "catppuccin" }, options = { theme = "kanagawa" },
}) })
end, end,
}, },