Added fish language support

Improved tab formatting
master
Mark 2023-02-25 09:13:48 -08:00
parent b76ae2c541
commit 7a1925a1ad
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 2 deletions

5
vimrc
View File

@ -61,13 +61,13 @@ set number
set numberwidth=4 set numberwidth=4
" Enable relative line numbers " Enable relative line numbers
"set relativenumber " set relativenumber
" Display invisible characters. " Display invisible characters.
" 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()