mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: use icon config for vim.o.listchars
This commit is contained in:
parent
d5bc741498
commit
f26bdcdc86
2 changed files with 4 additions and 2 deletions
|
|
@ -11,7 +11,8 @@ return {
|
|||
whitespace = {
|
||||
tab = "»",
|
||||
space = "·",
|
||||
eol = ""
|
||||
eol = "",
|
||||
nbsp = "␣",
|
||||
},
|
||||
fold = {
|
||||
open = "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue