File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ neogit.setup {
90
90
-- Show relative date by default. When set, use `strftime` to display dates
91
91
commit_date_format = nil ,
92
92
log_date_format = nil ,
93
+ -- Show message with spinning animation when a git command is running.
94
+ process_spinner = false ,
93
95
-- Used to generate URL's for branch popup action "pull request".
94
96
git_services = {
95
97
[" github.com" ] = " https://github.com/${owner}/${repository}/compare/${branch_name}?expand=1" ,
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ function M.get_default_values()
359
359
graph_style = " ascii" ,
360
360
commit_date_format = nil ,
361
361
log_date_format = nil ,
362
- process_spinner = vim . opt . cmdheight : get () > 0 ,
362
+ process_spinner = false ,
363
363
filewatcher = {
364
364
enabled = true ,
365
365
},
You can’t perform that action at this time.
0 commit comments