mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Fix filetype in git pager
This commit is contained in:
parent
bb6771e968
commit
558fecd30b
@ -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'\""
|
||||
export GIT_PAGER="$EDITOR -c 'set ft=git' -R +\"lua require 'pager'\""
|
||||
export PARU_PAGER="$PAGER -c 'set ft=PKGBUILD'"
|
||||
export AUR_PAGER=$EDITOR
|
||||
export MANPAGER="$EDITOR +\"lua require 'pager'\" +Man!"
|
||||
|
Loading…
Reference in New Issue
Block a user