master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit a1f501a27d - Show all commits

View File

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