commit 524db080d41ba49693c48e73f75625cc2dbcd357 parent 41131630dab4770648db1315c0b84635004c6e03 Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 26 Aug 2022 22:11:47 -0400 Update README Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -16,9 +16,12 @@ Install as you would any other vim package. For example, using Vim's built-in plugin management, put the `vim-monochrome` directory in the `~/.vim/pack/bundle/start/` directory. +You can also install it as any other colour scheme by placing the contents of +`vim-monochrome/colors` into your `~/.vim/colors/` folder. + ### Configuration -Just throw this to your `vimrc` or `init.vim`: +Add the following line to your `vimrc` or `init.vim`: ``` colorscheme monochrome