Skip to content

talbergs/vim-deus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-deus

deus was created out of sheer rage caused by all of the bad Solarized/Gruvbox clones. I was tired of them. I needed something original, something new. So if you are like me... and I believe many of you are,

I present you Deus


Screenshots

GVIM: alt-text

GVIM + YCM:

alt-text

GVIM + Pylint + Syntastic:

alt-text

Airline theme img

Terminal (Neo)vim

img

NERDTree ![img](img


Installation

Manual: place deus.vim in your vimfiles/colors folder and add this line to your .vimrc colors deus

OR

Use a package manager like Pathogen, Vundle, or Vim-plug just to name a few:

Pathogen:

cd ~/.vim/

mkdir bundle

cd bundle

git clone https://github.com/ajmwagar/vim-deus.git

In your terminal

Vim-Plug:

add the following lines to your .vimrc:

call plug#begin('~/.vim/bundle/')
Plug 'ajmwagar/vim-deus'
cal  plug#end()

Don't forget to run:

:PlugInstall


Language Syntax Support:

  • Lua
  • Go
  • JavaScript
  • CSS/HTML
  • PHP
  • C#
  • JSON
  • Markdown
  • Haskell
  • Scala
  • Elixir
  • Java
  • MoonScript
  • Objective C
  • C Languages
  • CoffeeScript
  • Ruby
  • Python
  • Clojure
  • XML

Bold = really nice looking (They all look good but these are my personal favorites.)


Plugin support

  • Airline :AirlineTheme deus
  • Ctrlp
  • NerdTREE
  • Syntastic (and most linters)
  • Deoplete
  • YCM (YouCompleteMe)
  • Tabbar
  • Vim-easy-motion
  • Sneak
  • Rainbow-Parentheses

Troubleshooting

When using terminal-vim and vim-deus the colors can get messed up.

To fix this add the following snippet to your ~/.vimrc:

set t_Co=256

set termguicolors

let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"

let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"

set background=dark " Setting dark mode

colorscheme deus

let g:deus_termcolors=256

Tmux

Instructions on how to enable TrueColor for Tmux can be found here.

If you use vim in a terminal that supports italics, in order to have italics enable with vim-deus, set the environment variable TERM_ITALICS to TRUE.


Thank You

I took a lot of inspiration from two great colorschemes, Onedark and Gruvbox. I want to thank their creators for making such great color schemes. So thank you!

About

A better color scheme for the late night coder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%