14 lines
297 B
VimL
14 lines
297 B
VimL
set t_Co=256
|
|
syntax on
|
|
|
|
" 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
|
|
|
|
color blackboard
|
|
|