mirror of https://github.com/folke/lazy.nvim.git
Merge 67eaa0689c
into 56ead98e05
This commit is contained in:
commit
1ab8c18f33
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue