Gittyup/conf/window.lua
Maickonn Richard 462ba64c67 Added checkbox to prompt stage to directories on Tools -> Options -> Window;
Added checkbox to prompt to stage large files on Tools -> Options -> Window.
2020-04-28 06:37:55 -03:00

21 lines
277 B
Lua

return {
path = {
full = false
},
log = {
hide = true
},
tabs = {
submodule = true,
repository = true
},
prompt = {
merge = true,
revert = true,
cherrypick = true,
stash = false,
directories = true,
largeFiles = true
}
}