sytax colouring in vim
This commit is contained in:
parent
a0eecb85fd
commit
a2160399b8
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue