feat(nvim): set Neogit's graph style to unicode

This commit is contained in:
Price Hiller 2023-12-19 00:19:42 -06:00
parent bd60722f3e
commit 3f314b1792
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -24,6 +24,7 @@ return {
enabled = true,
interval = 1000
},
graph_style = "unicode",
integrations = {
diffview = true,
telescope = true,