diff options
author | brahmajit das <brahmajit.xyz@gmail.com> | 2022-06-30 13:22:04 +0530 |
---|---|---|
committer | brahmajit das <brahmajit.xyz@gmail.com> | 2022-06-30 13:22:04 +0530 |
commit | bcde9e6e933cc077aedc075cc1bc9efaecd18d3c (patch) | |
tree | f8734332179619dd7ccf6e1924dbc2b9b6ed0559 /.config | |
parent | 8203d5b48ec5bf7329e609f59c88cac59c2329ad (diff) |
config: git: config: use vimrc for pager
Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com>
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config index 8a4f2bb..2472da4 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,5 +1,5 @@ [core] - pager = nvim -u NONE -R - + pager = nvim -R - [color] ui = false [commit] |