Mercurial > ec-dotfiles
comparison rc/vimrc @ 665:f93d4ac50080
[vimrc] Put back color for special (trailing) characters because otherwise it's invisible
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 10 Dec 2021 21:10:20 +0900 |
parents | 5e62619207a8 |
children | f5e12f656c03 |
comparison
equal
deleted
inserted
replaced
664:5e62619207a8 | 665:f93d4ac50080 |
---|---|
27 set ls=2 " always show status line | 27 set ls=2 " always show status line |
28 | 28 |
29 set hidden " it's buffer time? | 29 set hidden " it's buffer time? |
30 | 30 |
31 set list listchars=tab:>-,trail:.,extends:>,nbsp:? | 31 set list listchars=tab:>-,trail:.,extends:>,nbsp:? |
32 | |
33 if has("autocmd") | |
34 autocmd colorscheme * highlight specialkey ctermfg=gray | |
35 endif | |
32 | 36 |
33 set number | 37 set number |
34 | 38 |
35 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up | 39 " http://stackoverflow.com/questions/14635295/vim-takes-a-very-long-time-to-start-up |
36 set clipboard=exclude:.* | 40 set clipboard=exclude:.* |