mirror of https://github.com/folke/lazy.nvim.git
Merge 67eaa0689c
into b1134ab82e
This commit is contained in:
commit
717f5c5899
|
@ -184,6 +184,9 @@ function M:mount()
|
||||||
Util.wo(self.win, "wrap", true)
|
Util.wo(self.win, "wrap", true)
|
||||||
Util.wo(self.win, "winhighlight", "Normal:LazyNormal")
|
Util.wo(self.win, "winhighlight", "Normal:LazyNormal")
|
||||||
Util.wo(self.win, "colorcolumn", "")
|
Util.wo(self.win, "colorcolumn", "")
|
||||||
|
if vim.fn.exists('&winfixbuf') == 1 then
|
||||||
|
Util.wo(self.win, "winfixbuf", true)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
opts()
|
opts()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue