aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c119153..5765adf 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,10 @@
## Installation
-Move `/vim/bliss.vim` into your Vim colors folder, usually `~/.vim/colors` or `~/.config/nvim/colors`. Then set `colorscheme bliss` in your Vim config.
+### Using vim-plug
+
+Add `Plug 'co1ncidence/bliss'` to your `.vimrc` (or equivalent).
+
+### Manual install
+
+Move `colors/bliss.vim` into your Vim colors folder, usually `~/.vim/colors` or `~/.config/nvim/colors`. Then set `colorscheme bliss` in your Vim config.