mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
feat: disable folding of floating window
This commit is contained in:
parent
e916f41df2
commit
354c222741
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ function M:mount()
|
||||||
local function opts()
|
local function opts()
|
||||||
vim.bo[self.buf].bufhidden = "wipe"
|
vim.bo[self.buf].bufhidden = "wipe"
|
||||||
vim.wo[self.win].conceallevel = 3
|
vim.wo[self.win].conceallevel = 3
|
||||||
|
vim.wo[self.win].foldenable = false
|
||||||
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue