use neovim as man pager

This commit is contained in:
2025-05-24 17:42:57 +03:00
parent d0a3e0c363
commit 22f9051633

View File

@@ -11,6 +11,8 @@ export DOTFILES="$HOME/dotfiles"
export HISTSIZE=10000
export MANPAGER="nvim +Man!"
# Go ENVs
export GO111MODULE=auto
export GOBIN="$HOME/go/bin"