diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:03:50 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-20 12:03:50 +0100 |
commit | 0b107686e116d2d1a2f8acd4081a0749290d40b1 (patch) | |
tree | 0335ac3f2c0663ebe1cba2ffadbf7076551a9eb1 | |
parent | 03a3d92fd4d3dbb35cf932fd6d76b7a2646615e4 (diff) | |
download | dotfiles-0b107686e116d2d1a2f8acd4081a0749290d40b1.tar.xz |
nvim/init: Use lozenge as nbsp rather than skull
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |