parent
af37456d95
commit
65c3a5103b
5
vimrc
5
vimrc
|
@ -189,7 +189,9 @@ set numberwidth=4
|
|||
" Display invisible characters.
|
||||
" Show tabs as '<--->', and trailing spaces as '·'
|
||||
set list
|
||||
set listchars=tab:<->,trail:·
|
||||
" set listchars=tab:<->,trail:·
|
||||
set listchars=tab:>\ \|,trail:·,nbsp:⎵
|
||||
" Special char list: ␠⎵⏎
|
||||
|
||||
" Don't clutter directories with swap files.
|
||||
" Save them in /tmp instead.
|
||||
|
@ -255,4 +257,5 @@ augroup pencil
|
|||
autocmd!
|
||||
autocmd FileType markdown,mkd call pencil#init({'wrap': 'soft'})
|
||||
autocmd FileType text call pencil#init()
|
||||
autocmd FileType text setlocal list
|
||||
augroup END
|
||||
|
|
Loading…
Reference in New Issue