feat(nvim): better fold icons
This commit is contained in:
parent
6a845918ce
commit
2d41c4fce4
@ -63,7 +63,7 @@ M.setup = function()
|
|||||||
-- Better folding
|
-- Better folding
|
||||||
opt.foldexpr = "nvim_treesitter#foldexpr()"
|
opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
opt.foldmethod = "expr"
|
opt.foldmethod = "expr"
|
||||||
opt.fillchars = { fold = " " }
|
opt.fillchars = { eob = " ", fold = " ", foldopen = "", foldsep = " ", foldclose = "" }
|
||||||
opt.foldlevel = 20
|
opt.foldlevel = 20
|
||||||
vim.wo.foldexpr = "nvim_treesitter#foldexpr()"
|
vim.wo.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
vim.wo.foldmethod = "expr"
|
vim.wo.foldmethod = "expr"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user