mirror of https://github.com/folke/lazy.nvim.git
fix(ui): disable folding of floating window (#550)
This commit is contained in:
parent
e916f41df2
commit
6771c7e23c
|
@ -107,6 +107,7 @@ function M:mount()
|
|||
local function opts()
|
||||
vim.bo[self.buf].bufhidden = "wipe"
|
||||
vim.wo[self.win].conceallevel = 3
|
||||
vim.wo[self.win].foldenable = false
|
||||
vim.wo[self.win].spell = false
|
||||
vim.wo[self.win].wrap = true
|
||||
vim.wo[self.win].winhighlight = "Normal:LazyNormal"
|
||||
|
|
Loading…
Reference in New Issue