feat(vim): setup listchars so I can easily see whitespace and tabs
This commit is contained in:
parent
d1fe1f3c87
commit
a4e78a2c6a
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ filetype plugin indent on
|
|||
set cursorline
|
||||
let g:vim_json_conceal=0
|
||||
|
||||
set list listchars=tab:--▷,trail:•,precedes:«,extends:»
|
||||
|
||||
" Relative line numbers, this set line numbers a swell so the current line is
|
||||
" displayed correctly. If this is not set then the current line is always 0
|
||||
set relativenumber
|
||||
|
|
|
|||
Loading…
Reference in a new issue