sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

Update README for modern vim ecosystem; fix lightline example #87

Closed adrian5 closed 3 years ago

adrian5 commented 4 years ago

Listing existing plugins in a color scheme repo is superfluous, and a maintenance burden. Vim users are aware of existing plugins and how to use them to install things. Some of the listed ones are no longer maintained. vim-plug (and maybe dein.vim) appear to be the most popular ones, and the former is what most projects use in examples.

The lightline example has been slightly changed, as the g:lightline variable cannot be assumed to exist.