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:59:24 +01:00
|
|
|
set t_Co=256
|
|
|
|
syntax on
|
|
|
|
|
2013-10-09 10:56:27 +01:00
|
|
|
set background=dark
|
|
|
|
color solarized
|
|
|
|
colorscheme solarized
|
2013-10-09 09:59:38 +01:00
|
|
|
|
2013-10-09 12:03:50 +01:00
|
|
|
set noswapfile
|
2013-10-09 13:13:37 +01:00
|
|
|
|
|
|
|
execute pathogen#infect()
|
|
|
|
filetype plugin indent on
|