nvim: listchars

This commit is contained in:
Yuan Chiu 2025-05-01 11:10:21 +08:00
parent 1507861a34
commit d19ffabaec
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
vim.opt.listchars = {
trail = "-",
eol = "",
-- eol = "↲",
tab = "» ",
space = "·",
-- space = "·",
}

View File

@ -10,6 +10,8 @@ return {
tab = "> ",
trail = "-",
nbsp = "+",
eol = "",
space = "·",
},
notifications = true, -- Enable or disable listchars notifications
exclude_filetypes = {}, -- List of filetypes where `listchars` is disabled