mirror of https://github.com/folke/lazy.nvim.git
fix(ui): disable colorcolumn on floating window (#575)
This commit is contained in:
parent
7339145a22
commit
43496fa82c
|
@ -111,6 +111,7 @@ function M:mount()
|
||||||
vim.wo[self.win].spell = false
|
vim.wo[self.win].spell = false
|
||||||
vim.wo[self.win].wrap = true
|
vim.wo[self.win].wrap = true
|
||||||
vim.wo[self.win].winhighlight = "Normal:LazyNormal"
|
vim.wo[self.win].winhighlight = "Normal:LazyNormal"
|
||||||
|
vim.wo[self.win].colorcolumn = ""
|
||||||
end
|
end
|
||||||
opts()
|
opts()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue