Skip to content

Commit

Permalink
fix(ui): disable colorcolumn on floating window (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasTavaresA committed Feb 20, 2023
1 parent 7339145 commit 43496fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/view/float.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 43496fa

Please sign in to comment.