Mercurial > ec-dotfiles
comparison rc/vimrc @ 551:138ee2cd2179
Use jellybeans theme for vim.
Better compat with plain terminal.
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Tue, 14 Apr 2015 04:47:54 +0900 | 
| parents | 4afbb88c7579 | 
| children | 135eb73da114 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 550:4afbb88c7579 | 551:138ee2cd2179 | 
|---|---|
| 65 if has('syntax') | 65 if has('syntax') | 
| 66 syntax on | 66 syntax on | 
| 67 set foldmethod=syntax | 67 set foldmethod=syntax | 
| 68 set nofoldenable | 68 set nofoldenable | 
| 69 set background=dark | 69 set background=dark | 
| 70 set t_Co=256 | 70 let g:jellybeans_use_lowcolor_black = 0 | 
| 71 colorscheme base16-default | 71 colorscheme jellybeans | 
| 72 endif | 72 endif | 
| 73 | 73 | 
| 74 if has("autocmd") | 74 if has("autocmd") | 
| 75 function In2() | 75 function In2() | 
| 76 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab | 76 set softtabstop=2 tabstop=2 shiftwidth=2 expandtab | 
