Revised installation instructions for lots of different Vim/Neovim/color scenarios.

This commit is contained in:
Josh Dick
2016-05-20 18:30:43 -04:00
parent 74c476832d
commit 8386c866ba
2 changed files with 56 additions and 31 deletions

View File

@@ -56,7 +56,9 @@ let g:colors_name="onedark"
" Set to "256" for 256-color terminals, or
" set to "16" to use your terminal emulator's native colors
" (a 16-color palette for this theme is not available yet.)
" (a 16-color palette for this color scheme is available; see
" < https://github.com/joshdick/onedark.vim/blob/master/README.md >
" for more information.)
if !exists("g:onedark_termcolors")
let g:onedark_termcolors = 256
endif