Compare commits

..

No commits in common. "ca78833c578fb7f510aa208ce9dc21a7709823a1" and "ef4aae4baa1ebca9889e88eb7ee856798622952d" have entirely different histories.

View File

@ -34,7 +34,7 @@ return {
local options
if ft == "neo-tree" then
options = "neo-tree"
elseif in_signcolumn and is_git_buf then
elseif in_signcolumn and is_git_buf and has_hunks then
options = "gitsigns"
else
options = "default"