this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Neovim add ccc.nvim

Ben C 3a20fe81 7ac3ad53

+22
+22
homeModules/nvim.nix
··· 505 505 # Image Previews 506 506 image.enable = true; 507 507 508 + # Color Picker 509 + ccc = { 510 + enable = true; 511 + settings = { 512 + inputs = [ 513 + "ccc.input.rgb" 514 + "ccc.input.hsl" 515 + "ccc.input.hwb" 516 + "ccc.input.lab" 517 + "ccc.input.lch" 518 + "ccc.input.oklab" 519 + "ccc.input.oklch" 520 + "ccc.input.cmyk" 521 + "ccc.input.hsluv" 522 + "ccc.input.okhsl" 523 + "ccc.input.hsv" 524 + "ccc.input.okhsv" 525 + "ccc.input.xyz" 526 + ]; 527 + }; 528 + }; 529 + 508 530 # Completions 509 531 cmp = { 510 532 enable = true;