nvim: listchars
This commit is contained in:
parent
1507861a34
commit
d19ffabaec
@ -8,7 +8,7 @@
|
||||
|
||||
vim.opt.listchars = {
|
||||
trail = "-",
|
||||
eol = "↲",
|
||||
-- eol = "↲",
|
||||
tab = "» ",
|
||||
space = "·",
|
||||
-- space = "·",
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user