mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
Merge 67eaa0689c
into 6c3bda4aca
This commit is contained in:
commit
fa4e9f610e
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue