tabstops
This commit is contained in:
parent
9f83fe35f6
commit
a95e7df1c5
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -3,6 +3,11 @@ nmap <leader>l :set list!<CR>
|
||||||
" Use the same symbols as TextMate for tabstops and EOLs
|
" Use the same symbols as TextMate for tabstops and EOLs
|
||||||
set listchars=tab:▸\ ,eol:¬
|
set listchars=tab:▸\ ,eol:¬
|
||||||
|
|
||||||
|
set tabstop=4
|
||||||
|
set softtabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set expandtab
|
||||||
|
|
||||||
"Invisible character colors
|
"Invisible character colors
|
||||||
highlight NonText guifg=#4a4a59
|
highlight NonText guifg=#4a4a59
|
||||||
highlight SpecialKey guifg=#4a4a59
|
highlight SpecialKey guifg=#4a4a59
|
||||||
|
|
Loading…
Reference in a new issue