mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(picker.list): disable folds
This commit is contained in:
parent
1693fbb0dc
commit
5582a84020
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ function M.new(picker)
|
|||
minimal = true,
|
||||
bo = { modifiable = false, filetype = "snacks_picker_list" },
|
||||
wo = {
|
||||
foldenable = false,
|
||||
conceallevel = 3,
|
||||
concealcursor = "nvc",
|
||||
cursorline = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue