mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
fix(ui): disable colorcolumn on floating window (#575)
This commit is contained in:
parent
7339145a22
commit
43496fa82c
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ function M:mount()
|
|||
vim.wo[self.win].spell = false
|
||||
vim.wo[self.win].wrap = true
|
||||
vim.wo[self.win].winhighlight = "Normal:LazyNormal"
|
||||
vim.wo[self.win].colorcolumn = ""
|
||||
end
|
||||
opts()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue