diff options
author | co1ncidence <r3yan.chaudhry@zohomail.com> | 2020-09-28 19:20:32 -0500 |
---|---|---|
committer | co1ncidence <r3yan.chaudhry@zohomail.com> | 2020-09-28 19:20:32 -0500 |
commit | f6243d3bdea5638cb9a8ada7ce18c1594ea22a5c (patch) | |
tree | 43562a9c1e528dcb94e7d713fc341139aeb669da | |
parent | 0a46c084bf541cb44d55c40d9e44ed1f5ca26f8c (diff) | |
parent | 6ba399f2dbd19fedc66f59d25a2cec11890c421d (diff) |
Merge branch 'fix-colors-path' of https://github.com/metalelf0/bliss into metalelf0-fix-colors-path
-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 946516f..946516f 100644 --- a/.vim/colors/bliss.vim +++ b/colors/bliss.vim |