From f1521a16501d74e406fe0fba7877684dea7b8349 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 4 Jul 2025 06:51:22 +0000 Subject: [PATCH] feat: replace gruvbox theme with catpuccin :art: --- nixos/neovim.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/neovim.nix b/nixos/neovim.nix index 37af03c..226c70b 100644 --- a/nixos/neovim.nix +++ b/nixos/neovim.nix @@ -35,7 +35,7 @@ end EOF - colorscheme gruvbox + colorscheme catppuccin " catppuccin-latte, catppuccin-frappe, catppuccin-macchiato, catppuccin-mocha " relative line numbering when leaving insert mode set relativenumber @@ -74,7 +74,8 @@ fzf-vim # fuzzy finder through vim nerdtree # file structure inside nvim rainbow # color parenthesis - gruvbox-nvim # theme + # gruvbox-nvim # theme + catppuccin-nvim # theme goyo-vim # write prose limelight-vim # prose paragraph highlighter ];