mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins: Add ccc (new PR) (#1365)
This commit is contained in:
parent
bd1794e89d
commit
7baefc8aa5
4 changed files with 85 additions and 0 deletions
20
tests/test-sources/plugins/utils/ccc.nix
Normal file
20
tests/test-sources/plugins/utils/ccc.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue