Earthbound Themes (Vim)
This is a submodule for the main repo, which is where all of the themes are actually generated.
Pull requests / issues should be directed there instead.
Plug 'benbusby/vim-earthbound-themes'
Plugin 'benbusby/vim-earthbound-themes'
These vim color schemes make use of some extended syntax highlighting.
If you want this extended highlighting, copy the extended-syntax.vim
file somewhere (your home directory, for example) and include the following in your .vimrc:
au BufEnter * :source ~/extend-syntax.vim
This will allow you to see the updated syntax highlighting in each theme without having to reload the theme each time or make any modifictions to the existing vim syntax files.