1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Change how non-breakable space is shown

This commit is contained in:
jdhao 2021-03-11 00:17:14 +08:00
parent 10a8ce1006
commit 01059017c1

View File

@ -93,7 +93,7 @@ set visualbell noerrorbells " Do not use visual and errorbells
set history=500 " The number of command and search history to keep
" Use list mode and customized listchars
set list listchars=tab:▸\ ,extends:,precedes:,nbsp:+
set list listchars=tab:▸\ ,extends:,precedes:,nbsp:
" Auto-write the file based on some condition
set autowrite