From ece4c7c0bc719afe1f80d5384a14484af51d9c72 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 24 Mar 2024 22:16:05 +0100 Subject: [PATCH] Rework indentation --- modules/home-manager/cli/neovim/files/lualine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/cli/neovim/files/lualine.lua b/modules/home-manager/cli/neovim/files/lualine.lua index 5e90e9c..0c5854b 100644 --- a/modules/home-manager/cli/neovim/files/lualine.lua +++ b/modules/home-manager/cli/neovim/files/lualine.lua @@ -1,7 +1,7 @@ require('lualine').setup { options = { icons_enabled = true, - theme = 'onedark', + theme = 'catppuccin', component_separators = { left = '|', right = '|'}, section_separators = { left = "", right = ""}, disabled_filetypes = {},