Skip to content

Commit 6771c7e

Browse files
authored
fix(ui): disable folding of floating window (#550)
1 parent e916f41 commit 6771c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lazy/view/float.lua

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ function M:mount()
107107
local function opts()
108108
vim.bo[self.buf].bufhidden = "wipe"
109109
vim.wo[self.win].conceallevel = 3
110+
vim.wo[self.win].foldenable = false
110111
vim.wo[self.win].spell = false
111112
vim.wo[self.win].wrap = true
112113
vim.wo[self.win].winhighlight = "Normal:LazyNormal"

0 commit comments

Comments
 (0)