Some neogit configuration

This commit is contained in:
Oliver Hartmann 2024-02-25 14:33:40 +01:00
parent 6d1bfd3e83
commit a1f501a27d

View File

@ -8,8 +8,10 @@ return {
local neogit = require('neogit')
neogit.setup {
integrations = {
diffview = true
diffview = true,
telescope = true
},
graph_style = "unicode",
}
end,
keys = {