aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
blob: 1cb4345b92a928bb77ef5acbb3925a9cb91ff6d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
" Don't show whitespace characters or end-of-line characters visually by
" default, but make \l toggle between them
set nolist
nnoremap <silent>
      \ <Leader>l
      \ :<C-U>setlocal list! list?<CR>

" Clearly show when the start or end of the row does not correspond to the
" start and end of the line
set listchars+=precedes:<,extends:>