sytax colouring in vim

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 11:36:35 +02:00
parent a0eecb85fd
commit a2160399b8

3
.vimrc
View file

@ -1,3 +1,6 @@
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