plugins: Add ccc (new PR) (#1365)

This commit is contained in:
Jan Kremer 2024-04-02 13:24:07 +02:00 committed by GitHub
parent bd1794e89d
commit 7baefc8aa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{
empty = {
plugins.ccc.enable = true;
};
example = {
plugins.ccc = {
enable = true;
settings = {
default_color = "#FFFFFF";
highlight_mode = "fg";
lsp = true;
highlighter = {
auto_enable = true;
lsp = true;
};
};
};
};
}