feat(nvim): ovewrite fillchars for folds

This commit is contained in:
Stefan Imhoff
2023-08-10 09:15:47 +02:00
parent cc02c55c2f
commit 30db0e81e8

View File

@@ -5,6 +5,7 @@ vim.opt.autowrite = true
vim.opt.backspace = { "indent", "eol", "start" } -- Intuitive backspacing
vim.opt.copyindent = true
vim.opt.foldlevel = 2
vim.opt.fillchars = "fold: "
vim.opt.cursorline = false
vim.opt.foldlevelstart = 99
vim.opt.foldmethod = "indent"