dotfiles/.vimrc
Cyryl Plotnicki-Chudyk be5fcc2725 colors in git
2013-11-16 21:52:20 +01:00

17 lines
340 B
VimL

" 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
set t_Co=256
syntax on
set background=dark
color solarized
colorscheme solarized