Skip to content

Commit

Permalink
fix: Use default nvim init setup with minimal config for MANPAGER
Browse files Browse the repository at this point in the history
  • Loading branch information
mike325 committed Aug 21, 2024
1 parent 4808c76 commit 0fab1f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/alias/alias.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ if hash nvim 2>/dev/null; then
alias im="nvim"

# shellcheck disable=SC2016
export MANPAGER='nvim --clean --cmd "set fileencoding=utf-8" -u "$HOME/.config/nvim/man.lua" +Man!'
# export MANPAGER='nvim --cmd "let g:minimal=v:true" +Man!'
export MANPAGER='nvim --cmd "let g:minimal=v:true" +Man!'

else
export EDITOR="vim"
Expand Down

0 comments on commit 0fab1f9

Please sign in to comment.