a duotonic color scheme

update readme for tangled migration

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 12f282d5 d7605de2

verified
Changed files
+14 -3
+14 -3
readme.md
··· 3 vim-colors-plain is a duotonic color scheme, the two accents 4 being cyan and pink by default (configurable). 5 6 - vim-plug does not support installing plugins from sources 7 - that do not allow shallow clones (such as git.peppe.rs), i 8 - would suggesting installing manually by cloning into your 9 plugin directory or dropping `colors/plain.vim` into one of 10 the following directories: 11 ··· 15 if you use nix/nixos, this repository provides a vim plugin 16 as a flake output, that you can import via 17 `builtins.getFlake`.
··· 3 vim-colors-plain is a duotonic color scheme, the two accents 4 being cyan and pink by default (configurable). 5 6 + i would suggesting installing manually by cloning into your 7 plugin directory or dropping `colors/plain.vim` into one of 8 the following directories: 9 ··· 13 if you use nix/nixos, this repository provides a vim plugin 14 as a flake output, that you can import via 15 `builtins.getFlake`. 16 + 17 + ``` 18 + vim-colors-plain = { 19 + url = "github:oppiliappan/vim-colors-plain"; 20 + inputs.nixpkgs.follows = "nixpkgs"; 21 + }; 22 + 23 + . 24 + . 25 + . 26 + 27 + programs.neovim.plugins = [ pkgs.vim-colors-plain ]; 28 + ```