diff options
-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 |