fix nvim: menu for gitsigns 改為無論是否有修改,只要在行號區,一律使用gitsigns選單
This commit is contained in:
parent
e35d7d24bd
commit
ca78833c57
@ -34,7 +34,7 @@ return {
|
|||||||
local options
|
local options
|
||||||
if ft == "neo-tree" then
|
if ft == "neo-tree" then
|
||||||
options = "neo-tree"
|
options = "neo-tree"
|
||||||
elseif in_signcolumn and is_git_buf and has_hunks then
|
elseif in_signcolumn and is_git_buf then
|
||||||
options = "gitsigns"
|
options = "gitsigns"
|
||||||
else
|
else
|
||||||
options = "default"
|
options = "default"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user