mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: update config flod ufo
This commit is contained in:
parent
e2ba1a6fb2
commit
259441b027
1 changed files with 17 additions and 1 deletions
|
@ -48,7 +48,23 @@ return {
|
||||||
-- provider_selector = function(bufnr, filetype, buftype)
|
-- provider_selector = function(bufnr, filetype, buftype)
|
||||||
-- return { "treesitter", "indent" }
|
-- return { "treesitter", "indent" }
|
||||||
-- end,
|
-- end,
|
||||||
open_fold_hl_timeout = 0,
|
open_fold_hl_timeout = 150,
|
||||||
|
|
||||||
|
preview = {
|
||||||
|
win_config = {
|
||||||
|
border = { "", "─", "", "", "", "─", "", "" },
|
||||||
|
-- winhighlight = 'Normal:Normal',
|
||||||
|
-- winhighlight = 'IncSearch:Folded',
|
||||||
|
winhighlight = "Normal:UfoPreviewNormal,FloatBorder:UfoPreviewBorder,CursorLine:UfoPreviewCursorLine",
|
||||||
|
winblend = 0,
|
||||||
|
},
|
||||||
|
mappings = {
|
||||||
|
scrollU = "<C-u>",
|
||||||
|
scrollD = "<C-d>",
|
||||||
|
jumpTop = "[",
|
||||||
|
jumpBot = "]",
|
||||||
|
},
|
||||||
|
},
|
||||||
provider_selector = function(_, filetype)
|
provider_selector = function(_, filetype)
|
||||||
return { "treesitter", "indent" }
|
return { "treesitter", "indent" }
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue