mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/options.lua: update listchars
This commit is contained in:
parent
0f73db8246
commit
32f5082360
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ vim.o.foldcolumn = "auto"
|
|||
-- See `:help 'list'`
|
||||
-- and `:help 'listchars'`
|
||||
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]],
|
||||
icons.fold.open, icons.fold.sep, icons.fold.close)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue