fix(editor): use renamed catppuccin-mocha lualine theme #37

Merged
lyrathorpe merged 1 commits from fix/lualine-catppuccin-theme into main 2026-06-22 15:39:10 +01:00
Showing only changes of commit 123032aff9 - Show all commits
+1 -1
View File
@@ -109,7 +109,7 @@
trouble.enable = true; # project-wide diagnostics/quickfix list
lualine = {
enable = true;
settings.options.theme = "catppuccin";
settings.options.theme = "catppuccin-mocha";
};
comment.enable = true; # gc / gcc comment toggling
nvim-autopairs.enable = true;