mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-16 21:27:44 +00:00
Fix nvim git pager
This commit is contained in:
parent
911f38b247
commit
cb9b02eb55
@ -51,7 +51,7 @@ export DOTREPO="$HOME/git/dotfiles"
|
||||
# nvim ftw!
|
||||
export EDITOR=nvim
|
||||
export PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||
export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\" \"Git log\""
|
||||
export GIT_PAGER="$EDITOR -R +\"lua require 'pager'\""
|
||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||
export AUR_PAGER=$PAGER
|
||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||
|
Loading…
Reference in New Issue
Block a user