comparison rc/vimrc @ 556:4190bd0b4456

Better color for spaces and tabs.
author nanaya <me@myconan.net>
date Sat, 25 Apr 2015 18:29:22 +0900
parents 48ab5a354772
children bd3c7affdade
comparison
equal deleted inserted replaced
555:48ab5a354772 556:4190bd0b4456
19 set incsearch 19 set incsearch
20 set ignorecase 20 set ignorecase
21 set smartcase 21 set smartcase
22 set hlsearch 22 set hlsearch
23 set ls=2 " always show status line 23 set ls=2 " always show status line
24
24 set list listchars=tab:>-,trail:.,extends:> 25 set list listchars=tab:>-,trail:.,extends:>
26 autocmd colorscheme * highlight specialkey ctermfg=gray
27
25 set number 28 set number
26 29
27 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up 30 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up
28 set clipboard=exclude:.* 31 set clipboard=exclude:.*
29 32