1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 16:38:13 +02:00

nvim/lua/user/options.lua: add foldinner for vim.o.fillchars

This commit is contained in:
Henrik Hautakoski 2026-07-03 17:37:47 +02:00
parent ebd3fbb55c
commit 641d6eb86a

View file

@ -78,7 +78,7 @@ vim.o.foldcolumn = "auto"
vim.o.list = false
vim.o.listchars = [[tab:⭲ ,space:·,eol:⮠,nbsp:␣]]
vim.o.fillchars = string.format([[eob: ,fold: ,foldopen:%s,foldsep:%s,foldclose:%s]],
vim.o.fillchars = string.format([[eob: ,fold: ,foldinner: ,foldopen:%s,foldsep:%s,foldclose:%s]],
icons.fold.open, icons.fold.sep, icons.fold.close)
-- Spell stuff, because i cant English