[nvim] this should come in handy

This commit is contained in:
Dmytro Meleshko 2020-12-16 09:05:10 +02:00
parent e2ebbccb2e
commit ee8762198e

View file

@ -53,6 +53,7 @@ set commentstring=//%s
set list
let &listchars = "tab:\u2192 ,extends:>,precedes:<,eol:\u00ac,trail:\u00b7"
let &showbreak = '>'
set display+=uhex
" }}}