parent
b76ae2c541
commit
7a1925a1ad
3
vimrc
3
vimrc
|
@ -67,7 +67,7 @@ set numberwidth=4
|
|||
" Here's a helpful list of chars:
|
||||
" ␠ ⎵ ⏎ ·
|
||||
set list
|
||||
set listchars=tab:\|\ \|,trail:·,nbsp:⎵
|
||||
set listchars=tab:\ \ \|,trail:·,nbsp:⎵
|
||||
|
||||
|
||||
" Configure and load conceal chars
|
||||
|
@ -138,6 +138,7 @@ call plug#begin()
|
|||
Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-pencil.git'
|
||||
"Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-wordchipper.git'
|
||||
Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-boxdraw.git'
|
||||
Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-fish.git'
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue