mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
tests/plugins/lightline: fix test
Lightline has an internal list of colorschemes that are supported which can be found at https://github.com/itchyny/lightline.vim/blob/master/colorscheme.md
This commit is contained in:
parent
89b876dc0d
commit
8234ee85ea
2 changed files with 5 additions and 2 deletions
|
@ -113,7 +113,7 @@
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
colorscheme = "gruvbox";
|
||||
colorscheme = "one";
|
||||
component_function = {
|
||||
gitbranch = "FugitiveHead";
|
||||
readonly = "LightlineReadOnly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue