Skip to content

earthbound-themes/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

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.

Installation

Plug 'benbusby/vim-earthbound-themes'
Plugin 'benbusby/vim-earthbound-themes'

NOTE

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.