fix(nvim): do not attach smoothcursor to neogit notifications

This commit is contained in:
Price Hiller 2022-09-26 10:29:02 -05:00
parent e7e2c3e404
commit 33856476c3

View File

@ -837,6 +837,7 @@ return packer.startup({
{ cursor = ".", texthl = "SmoothCursorTrailXSmall" },
},
},
disabled_filetypes = { "NeogitNotification" },
})
end,
})