aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 6a6eb2de7478b11027a2314fd7ced7405861854d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
![img](https://u.peppe.rs/bt.png)

vim-colors-plain is a duotonic color scheme, the two accents
being cyan and pink by default (configurable).

vim-plug does not support installing plugins from sources
that do not allow shallow clones (such as git.peppe.rs), i
would suggesting installing manually by cloning into your
plugin directory or dropping `colors/plain.vim` into one of
the following directories:

 - vim: `.vim/plugin`
 - neovim: `.config/nvim/plugin`

if you use nix/nixos, this repository provides a vim plugin
as a flake output, that you can import via
`builtins.getFlake`.