mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
fix(float): disable signcolumn
This commit is contained in:
parent
2a9354c7d2
commit
f0d36c0c61
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ 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", "")
|
||||||
|
Util.wo(self.win, "signcolumn", "no")
|
||||||
end
|
end
|
||||||
opts()
|
opts()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue