mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 14:42:58 +01:00
remove folds gutter
This commit is contained in:
parent
d55dd987b2
commit
7a40778e96
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@ ufo.setup {
|
|||
end,
|
||||
}
|
||||
|
||||
vim.o.foldcolumn = "1"
|
||||
-- https://github.com/neovim/neovim/pull/17446
|
||||
vim.o.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]]
|
||||
--vim.o.foldcolumn = "1"
|
||||
--vim.o.fillchars = [[eob: ,fold: ,foldopen:,foldsep: ,foldclose:]]
|
||||
vim.o.foldcolumn = "0"
|
||||
vim.o.foldlevel = 256
|
||||
vim.o.foldlevelstart = 256
|
||||
vim.o.foldenable = true
|
||||
|
|
Loading…
Reference in a new issue