This commit is contained in:
Chris Grieser 2025-03-02 12:17:08 +02:00 committed by GitHub
commit fa4e9f610e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -184,6 +184,9 @@ function M:mount()
Util.wo(self.win, "wrap", true)
Util.wo(self.win, "winhighlight", "Normal:LazyNormal")
Util.wo(self.win, "colorcolumn", "")
if vim.fn.exists('&winfixbuf') == 1 then
Util.wo(self.win, "winfixbuf", true)
end
end
opts()