fix(nvim): do not attach smoothcursor to neogit notifications
This commit is contained in:
parent
e7e2c3e404
commit
33856476c3
@ -837,6 +837,7 @@ return packer.startup({
|
||||
{ cursor = ".", texthl = "SmoothCursorTrailXSmall" },
|
||||
},
|
||||
},
|
||||
disabled_filetypes = { "NeogitNotification" },
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user