dotfiles/.vimrc

15 lines
304 B
VimL
Raw Normal View History

2013-10-09 10:36:35 +01:00
set t_Co=256
syntax on
2013-10-09 09:59:38 +01:00
" Shortcut to rapidly toggle `set list`
nmap <leader>l :set list!<CR>
" Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol
"Invisible character colors
highlight NonText guifg=#4a4a59
highlight SpecialKey guifg=#4a4a59
2013-10-09 10:41:53 +01:00
colorscheme railscasts
2013-10-09 09:59:38 +01:00