stuff
This commit is contained in:
parent
e40c0806a5
commit
f21c1aeb27
|
@ -0,0 +1,7 @@
|
|||
snippet scolor "SetColor('', .."
|
||||
SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
|
||||
endsnippet
|
||||
|
||||
snippet cscolor "call SetColor('', .."
|
||||
call SetColor('$1', '$2', '$3', '$4', '$5', '$6')$0
|
||||
endsnippet
|
|
@ -5,7 +5,7 @@ if &term == 'xterm-256color'
|
|||
endif
|
||||
|
||||
syntax on
|
||||
set background=dark
|
||||
set background=light
|
||||
set fillchars=stl:\ ,stlnc:\ ,vert:\|
|
||||
colorscheme monotonous
|
||||
|
||||
|
|
Loading…
Reference in New Issue