feat(vim): setup listchars so I can easily see whitespace and tabs

This commit is contained in:
Ade Attwood 2023-02-21 16:50:54 +00:00
parent d1fe1f3c87
commit a4e78a2c6a

View file

@ -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