diff options
author | Andrea Schiavini <andrea.schiavini@pazienti.it> | 2020-09-21 17:50:14 +0200 |
---|---|---|
committer | Andrea Schiavini <andrea.schiavini@pazienti.it> | 2020-09-21 17:50:14 +0200 |
commit | 6ba399f2dbd19fedc66f59d25a2cec11890c421d (patch) | |
tree | f25656839905b11ac0957b74da5e476b99cab6dc | |
parent | 5cc1d297b9336459aaa1a8be726919f01ba9f5e4 (diff) |
✨ Support installation via vim-plug
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | colors/bliss.vim (renamed from .vim/colors/bliss.vim) | 0 |
2 files changed, 7 insertions, 1 deletions
@@ -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. diff --git a/.vim/colors/bliss.vim b/colors/bliss.vim index b2a9900..b2a9900 100644 --- a/.vim/colors/bliss.vim +++ b/colors/bliss.vim |