zsh: Remove nvim-man and use neovim as MANPAGER

`:Man` wraps to the window width if `$MANWIDTH` is not set, making
`nvim-man` as man wrapper obsolete.
This commit is contained in:
2022-10-09 05:52:19 +02:00
parent 50640bc294
commit eb160de09b
3 changed files with 4 additions and 16 deletions

View File

@@ -174,7 +174,5 @@ fi
alias vi='vim'
! is_exec vi ||
alias v='vi'
(( ! $+commands[man] )) ||
alias man='nvim-man'
unfunction add_flags is_exec