mirror of https://github.com/folke/lazy.nvim.git
Compare commits
2 Commits
717f5c5899
...
457d5dfa51
Author | SHA1 | Date |
---|---|---|
Chris Grieser | 457d5dfa51 | |
Chris Grieser | 67eaa0689c |
|
@ -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