some experimental features for vim on termite
This commit is contained in:
parent
0773a8c7c4
commit
ee1cb7c740
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -92,6 +92,10 @@ if filereadable(plugins) && v:version >= 703
|
||||||
execute 'source ' . fnameescape(plugins)
|
execute 'source ' . fnameescape(plugins)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if &term == 'xterm-termite'
|
||||||
|
let solarized_term_italics = 1
|
||||||
|
set termguicolors
|
||||||
|
endif
|
||||||
colorscheme solarized8_light
|
colorscheme solarized8_light
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
|
|
Loading…
Reference in a new issue