Random: use nvim for git editor
This commit is contained in:
@@ -245,7 +245,7 @@ detect-client-opacity = true;
|
|||||||
# try detecting this with X RandR extension.
|
# try detecting this with X RandR extension.
|
||||||
#
|
#
|
||||||
# refresh-rate = 60
|
# refresh-rate = 60
|
||||||
refresh-rate = 0
|
refresh-rate = 144
|
||||||
|
|
||||||
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
|
# Limit picom to repaint at most once every 1 / 'refresh_rate' second to
|
||||||
# boost performance. This should not be used with
|
# boost performance. This should not be used with
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
name = Robert Kmiec
|
name = Robert Kmiec
|
||||||
email = robert.r.kmiec@gmail.com
|
email = robert.r.kmiec@gmail.com
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
excludesfile = /home/rkmiec/.config/git/ignore
|
excludesfile = /home/rkmiec/.config/git/ignore
|
||||||
@@ -45,3 +45,5 @@
|
|||||||
commit-decoration-style = bold yellow box ul
|
commit-decoration-style = bold yellow box ul
|
||||||
file-style = bold yellow ul
|
file-style = bold yellow ul
|
||||||
file-decoration-style = none
|
file-decoration-style = none
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|||||||
Reference in New Issue
Block a user