Skip to content

3N4N/vim-fault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

vim-fault
=========
vim-fault is a minimalist colorscheme for vim and neovim.


Installation
------------
For vim:

	mkdir -p ~/.vim/colors
	git clone https://github.com/enanajmain/vim-fault.git /tmp/vim-fault
	cp /tmp/vim-fault/colors/fault.vim ~/.vim/colors

For neovim:

	mkdir -p ~/.config/nvim/colors
	git clone https://github.com/enanajmain/vim-fault.git /tmp/vim-fault
	cp /tmp/vim-fault/colors/fault.vim ~/.config/nvim/colors

Or use your favourite plugin manager.


Using vim-fault
---------------
After installation, run vim or neovim and enter the following command:

	:colorscheme fault

In order to permanently change the colorscheme to vim-fault, append the following
to your $MYVIMRC:

	colorscheme fault

About

Minimalist colorscheme for neo/vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published