From ee8762198ec809fa29fa3facd9586c4244cd72c9 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Wed, 16 Dec 2020 09:05:10 +0200 Subject: [PATCH] [nvim] this should come in handy --- nvim/plugin/editing.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/plugin/editing.vim b/nvim/plugin/editing.vim index bbb9521..e86f007 100644 --- a/nvim/plugin/editing.vim +++ b/nvim/plugin/editing.vim @@ -53,6 +53,7 @@ set commentstring=//%s set list let &listchars = "tab:\u2192 ,extends:>,precedes:<,eol:\u00ac,trail:\u00b7" let &showbreak = '>' + set display+=uhex " }}}