mirror of
https://github.com/pnx/dotfiles
synced 2026-08-16 16:58:11 +02:00
nvim/lua/user/options.lua: add foldinner for vim.o.fillchars
This commit is contained in:
parent
ebd3fbb55c
commit
641d6eb86a
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ vim.o.foldcolumn = "auto"
|
||||||
vim.o.list = false
|
vim.o.list = false
|
||||||
vim.o.listchars = [[tab:⭲ ,space:·,eol:⮠,nbsp:␣]]
|
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)
|
icons.fold.open, icons.fold.sep, icons.fold.close)
|
||||||
|
|
||||||
-- Spell stuff, because i cant English
|
-- Spell stuff, because i cant English
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue