Skip to content

timmyjose-projects/kryptonite.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

kryptonite.vim

Dark theme for Vim based on the Emacs green phosphor Emacs colour theme.

Installation and Usage

Vanilla Vim/NeoVim

The plugin should work as-is with Vim/NeoVim's native plugin manager. For instance,

$ cd ~/.vim/pack/plugins/start && git clone https://github.com/timmyjose-projects/kryptonite.vim

should have the plugin up and running.

Plug

Add the following line to your Vim/NeoVim configuration file's Vim-Plug plugin section:

Plug 'timmyjose-projects/kryptonite.vim'

and then run PlugInstall or (PlugUpdate as the case may be).

Vundle

Add the following line to your Vim/NeoVim configuration file's Vundle plugin section:

Plugin 'timmyjose-projects/kryptonite.vim'

and then run PluginInstall (or PluginUpdate as the case may be)

Pathogen

This plugin is compatible with Pathogen as well. Clone the kryptonite.vim project into ~/.vim/bundle as for any other plugin:

cd ~/.vim/bundle && git clone https://github.com/timmyjose-projects/kryptonite.vim

Screenshots

Common Lisp:

Common Lisp

Rust:

Rust

C++:

C++

LICENCE

See LICENSE.md.