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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user