parent
b76ae2c541
commit
7a1925a1ad
5
vimrc
5
vimrc
|
@ -61,13 +61,13 @@ set number
|
|||
set numberwidth=4
|
||||
|
||||
" Enable relative line numbers
|
||||
"set relativenumber
|
||||
" set relativenumber
|
||||
|
||||
" Display invisible characters.
|
||||
" 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