Added fish language support
Improved tab formatting
This commit is contained in:
3
vimrc
3
vimrc
@ -67,7 +67,7 @@ set numberwidth=4
|
|||||||
" Here's a helpful list of chars:
|
" Here's a helpful list of chars:
|
||||||
" ␠ ⎵ ⏎ ·
|
" ␠ ⎵ ⏎ ·
|
||||||
set list
|
set list
|
||||||
set listchars=tab:\|\ \|,trail:·,nbsp:⎵
|
set listchars=tab:\ \ \|,trail:·,nbsp:⎵
|
||||||
|
|
||||||
|
|
||||||
" Configure and load conceal chars
|
" 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-pencil.git'
|
||||||
"Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-wordchipper.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-boxdraw.git'
|
||||||
|
Plug 'ssh://git@git.betalupi.com:33/mirrors/vim-fish.git'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user