1
0
Fork 0

Now using slatemg for terminal vim (not just gvim)

I have not yet committed my slate-based slatemg theme; previously, it did
not degrade well for 8-, 16-, or 256-bit colors, but it now does well.
org
Mike Gerwitz 2014-01-02 11:50:39 -05:00
parent 978d876805
commit c816115bd7
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 1 additions and 3 deletions

3
gvimrc
View File

@ -26,9 +26,6 @@ set guifont=Droid\ Sans\ Mono\ 8
" remove all those annoying GUI options that take up space
set guioptions=
" I do not prefer slate on a terminal, so this is set only for gvim
color slatemg
" There is rarely a time where I use gvim and do not want to strip trailing
" whitespace or retab. If I do not want this, I do not use gvim.
autocmd BufWrite * :silent! :%s:\(\S\+\)\?\s\+$:\1:g

1
vimrc
View File

@ -51,6 +51,7 @@ set undolevels=3000
set updatecount=50
set visualbell
syn on
color slatemg
" BASH-like tab completion
set wildmenu