Change tab character

This commit is contained in:
Emerson 2017-04-29 14:15:10 -04:00
parent 00952c4c1b
commit fae570763f
1 changed files with 5 additions and 1 deletions

6
.vimrc
View File

@ -17,6 +17,7 @@ syntax enable
set background=dark
colorscheme solarized
hi Search cterm=NONE ctermfg=white ctermbg=red
hi clear SpecialKey
let g:airline_theme='solarized'
let g:airline_powerline_fonts=1
@ -60,7 +61,7 @@ vnoremap <silent> * :call VisualSelection('f')<CR>
vnoremap <silent> # :call VisualSelection('b')<CR>
" Visually display whitespace (this prevents slowness from match command)
set list
set listchars=tab:>>,trail:-,nbsp:+
set listchars=tab:··,trail:-,nbsp:+
"Display each keystroke in the status line
set showcmd
@ -132,6 +133,9 @@ set sidescrolloff=5
set foldmethod=indent
set nofoldenable
set grepprg=grep\ -nH\ $*
filetype plugin indent on
let g:tex_flavor='latex'
let loaded_matchparen = 1