mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
readme: fix incorrect demo configuration
This commit is contained in:
parent
7e3ed24e52
commit
eac092c876
1 changed files with 4 additions and 4 deletions
|
@ -26,14 +26,14 @@ lightline plugin:
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
colorschemes.gruvbox.enable = true;
|
colorschemes.catppuccin.enable = true;
|
||||||
plugins.lightline.enable = true;
|
plugins.lualine.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
When we do this, lightline will be set up to a sensible default, and will use
|
When we do this, lualine will be set up to a sensible default, and will use
|
||||||
gruvbox as the colorscheme, no extra configuration required!
|
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)!
|
Check out [this list of real world nixvim configs](https://nix-community.github.io/nixvim/user-guide/config-examples.html)!
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue