fix(float): disable signcolumn

This commit is contained in:
Maria José Solano 2023-09-10 14:20:15 -07:00 committed by GitHub
commit f0d36c0c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@ function M:mount()
Util.wo(self.win, "wrap", true)
Util.wo(self.win, "winhighlight", "Normal:LazyNormal")
Util.wo(self.win, "colorcolumn", "")
Util.wo(self.win, "signcolumn", "no")
end
opts()