Man in vim.

This commit is contained in:
Bartek Stalewski 2021-09-30 21:15:05 +02:00
parent 199ad0f696
commit 8a26716614
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Plug 'itchyny/lightline.vim'
Plug 'airblade/vim-gitgutter'
Plug 'junegunn/limelight.vim'
Plug 'bitc/vim-bad-whitespace'
Plug 'lambdalisue/vim-manpager'
call plug#end()
set title

View File

@ -7,6 +7,7 @@ setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
setopt SHARE_HISTORY
export MANPAGER="vim -c MANPAGER -"
export LESSHISTFILE='/dev/null'
[ ! -L ~/.cache ] && { rm -rf ~/.cache; ln -sf $XDG_CACHE_HOME ~/.cache ; }