From 0b107686e116d2d1a2f8acd4081a0749290d40b1 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 20 Nov 2017 12:03:50 +0100 Subject: nvim/init: Use lozenge as nbsp rather than skull MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/init.vim b/nvim/init.vim index 4050cf1..dd44786 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -54,7 +54,7 @@ set noexpandtab set copyindent " Show tabs and end-of-line whitespace -set listchars=tab:»·,trail:·,nbsp:☠ +set listchars=tab:»·,trail:·,nbsp:◊ set list " List of vim syntaxes to highlight in rST code blocks -- cgit v1.2.3-54-g00ecf