From 262c56dc7c714da3f37f3ac1364c3c9d3d42227f Mon Sep 17 00:00:00 2001
From: "C. McEnroe" <june@causal.agency>
Date: Thu, 7 May 2020 11:46:03 -0400
Subject: Update nvim MANPAGER

Not sure when this was added. Has the advantage of working properly in
more versions of man(1) it seems.
---
 home/.profile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/.profile b/home/.profile
index 20576362..031d2e1e 100644
--- a/home/.profile
+++ b/home/.profile
@@ -9,7 +9,7 @@ path /usr/games
 export PAGER=less
 export LESS=FRX
 export EDITOR=nvim
-export MANPAGER="nvim -c 'set ft=man' -"
+export MANPAGER='nvim +Man!'
 export MANSECT=2:3:1:8:6:5:7:4:9
 export CLICOLOR=1
 export GPG_TTY=$(tty)
-- 
cgit 1.4.1