File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11
11
call dein#add (' Shougo/dein.vim' )
12
12
13
13
" Syntax
14
- call dein#add (' altercation/vim-colors-solarized' )
14
+ call dein#add (' altercation/vim-colors-solarized' )
15
15
16
16
" 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
+
28
28
if dein#check_install ()
29
29
call dein#install ()
30
30
let pluginsExist= 1
74
74
set nowrap
75
75
76
76
" Set unvisible characters representation
77
- set listchars = tab :▸\ ,eol :¬
77
+ set listchars = tab :▸\ ,trai l: \ , eol :¬
78
78
79
79
" Enable the visualisation of the unvisible characters
80
80
set list
You can’t perform that action at this time.
0 commit comments