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
parent
978d876805
commit
c816115bd7
3
gvimrc
3
gvimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue