Man in vim.

This commit is contained in:
Bartek Stalewski 2021-09-30 21:31:57 +02:00
parent 8a26716614
commit ec44749540
2 changed files with 1 additions and 1 deletions

View File

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

View File

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