Fix nvim as manpager problems
This commit is contained in:
@ -21,6 +21,7 @@ ncmpcpp
|
||||
neovim-qt
|
||||
nerd-fonts-mononoki
|
||||
newsboat
|
||||
nvimpager-git
|
||||
openssh
|
||||
papirus-icon-theme
|
||||
picom-git
|
||||
|
||||
4
.zshenv
4
.zshenv
@ -28,8 +28,8 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/Xauthority
|
||||
export QT_STYLE_OVERRIDE=kvantum
|
||||
|
||||
# use nvim for stuff
|
||||
export EDITOR="nvim"
|
||||
export MANPAGER="nvim -c 'set ft=man' -"
|
||||
export EDITOR=nvim
|
||||
export MANPAGER=nvimpager
|
||||
|
||||
[ ! -d "$XDG_CACHE_HOME/zsh/" ] && mkdir -p $XDG_CACHE_HOME/zsh
|
||||
[ ! -d "$XDG_DATA_HOME/zsh/" ] && mkdir -p $XDG_DATA_HOME/zsh
|
||||
|
||||
Reference in New Issue
Block a user