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
No known key found for this signature in database

View File

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