mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-27 19:49:49 +01:00
highlight: example without ''
This commit is contained in:
parent
653e5d6a17
commit
28bbe89fbc
1 changed files with 5 additions and 7 deletions
|
@ -98,13 +98,11 @@ in {
|
|||
};
|
||||
});
|
||||
default = {};
|
||||
example = ''
|
||||
{
|
||||
example = {
|
||||
SignColumn = {
|
||||
bg = "#282828";
|
||||
};
|
||||
}
|
||||
'';
|
||||
};
|
||||
description = "Custom highlights to apply";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue