diff options
author | co1ncidence <r3yan.chaudhry@zohomail.com> | 2020-09-28 19:20:41 -0500 |
---|---|---|
committer | co1ncidence <r3yan.chaudhry@zohomail.com> | 2020-09-28 19:20:41 -0500 |
commit | 36bac71faeec08ea44580d99a51681865b831ca1 (patch) | |
tree | 43562a9c1e528dcb94e7d713fc341139aeb669da | |
parent | 0a46c084bf541cb44d55c40d9e44ed1f5ca26f8c (diff) | |
parent | f6243d3bdea5638cb9a8ada7ce18c1594ea22a5c (diff) |
Merge branch 'metalelf0-fix-colors-path' into master
-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 |