This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-15 14:51:17 +02:00
parent 9f83fe35f6
commit a95e7df1c5

5
.vimrc
View file

@ -3,6 +3,11 @@ nmap <leader>l :set list!<CR>
" Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\ ,eol
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
"Invisible character colors
highlight NonText guifg=#4a4a59
highlight SpecialKey guifg=#4a4a59