Commit 34d8fb75 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add trailing wrap-space marker in vim

parent 2ff6d547
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -123,8 +123,7 @@ endfunction
" === INVLIST ===

" Show tabs with •◦◦◦
set listchars-=tab:•◦
set listchars+=tab:•◦
set listchars=nbsp:+,tab:•◦,trail:

" Call invlist with '<Leader>i' or 'tl' (deprecated)
nmap <silent> <Leader>i :set invlist<CR>