From eac092c876e4c4861c6df0cff93e25b972b1842c Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 24 Aug 2024 19:18:58 -0500 Subject: [PATCH] readme: fix incorrect demo configuration --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 019bf853..47660867 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ lightline plugin: programs.nixvim = { enable = true; - colorschemes.gruvbox.enable = true; - plugins.lightline.enable = true; + colorschemes.catppuccin.enable = true; + plugins.lualine.enable = true; }; } ``` -When we do this, lightline will be set up to a sensible default, and will use -gruvbox as the colorscheme, no extra configuration required! +When we do this, lualine will be set up to a sensible default, and will use +catppuccin as the colorscheme, no extra configuration required! Check out [this list of real world nixvim configs](https://nix-community.github.io/nixvim/user-guide/config-examples.html)!