Skip to content

Commit

Permalink
vimrc: update listchars
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyinzuo committed Jul 15, 2023
1 parent cbd82d4 commit a9aee7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions root/.vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,12 @@ if exists("g:vscode")
if s:has_vimrcd
source ~/.vim/vimrc.d/plugin.vim
endif
finish
finish
endif

" 显示空白字符
" https://codepoints.net/U+23B5
if has('nvim') || v:version >= 801
set listchars=eol:⏎,tab:␉─▷,trail:␠,nbsp:⎵,extends:»,precedes:«
else
set listchars=eol:⏎,tab:␉─,trail:␠,nbsp:⎵,extends:»,precedes:«
end
set listchars=eol:⏎,tab\ ,trail:␠,nbsp:⎵,extends:»,precedes:«
set list

set guifont=Monospace\ Regular\ 20
Expand Down

0 comments on commit a9aee7a

Please sign in to comment.