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