Skip to content

Commit d1cb95d

Browse files
committed
Enable visibility of trailing spaces
1 parent 98f7ef8 commit d1cb95d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.config/nvim/init.vim

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
call dein#add('Shougo/dein.vim')
1212

1313
" Syntax
14-
call dein#add('altercation/vim-colors-solarized')
14+
call dein#add('altercation/vim-colors-solarized')
1515

1616
" Git helpers
17-
call dein#add('tpope/vim-fugitive')
18-
call dein#add('airblade/vim-gitgutter')
19-
20-
" Utils
21-
call dein#add('ctrlpvim/ctrlp.vim')
22-
call dein#add('neomake/neomake')
23-
call dein#add('vim-airline/vim-airline')
24-
call dein#add('vim-airline/vim-airline-themes')
25-
call dein#add('tpope/vim-surround')
26-
call dein#add('vim-multiple-cursors')
27-
17+
call dein#add('tpope/vim-fugitive')
18+
call dein#add('airblade/vim-gitgutter')
19+
20+
" Utils
21+
call dein#add('ctrlpvim/ctrlp.vim')
22+
call dein#add('neomake/neomake')
23+
call dein#add('vim-airline/vim-airline')
24+
call dein#add('vim-airline/vim-airline-themes')
25+
call dein#add('tpope/vim-surround')
26+
call dein#add('vim-multiple-cursors')
27+
2828
if dein#check_install()
2929
call dein#install()
3030
let pluginsExist=1
@@ -74,7 +74,7 @@
7474
set nowrap
7575

7676
" Set unvisible characters representation
77-
set listchars=tab:▸\ ,eol
77+
set listchars=tab:▸\ ,trail:\ ,eol
7878

7979
" Enable the visualisation of the unvisible characters
8080
set list

0 commit comments

Comments
 (0)