nvim: listchars
This commit is contained in:
parent
1507861a34
commit
d19ffabaec
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
vim.opt.listchars = {
|
vim.opt.listchars = {
|
||||||
trail = "-",
|
trail = "-",
|
||||||
eol = "↲",
|
-- eol = "↲",
|
||||||
tab = "» ",
|
tab = "» ",
|
||||||
space = "·",
|
-- space = "·",
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,8 @@ return {
|
|||||||
tab = "> ",
|
tab = "> ",
|
||||||
trail = "-",
|
trail = "-",
|
||||||
nbsp = "+",
|
nbsp = "+",
|
||||||
|
eol = "↲",
|
||||||
|
space = "·",
|
||||||
},
|
},
|
||||||
notifications = true, -- Enable or disable listchars notifications
|
notifications = true, -- Enable or disable listchars notifications
|
||||||
exclude_filetypes = {}, -- List of filetypes where `listchars` is disabled
|
exclude_filetypes = {}, -- List of filetypes where `listchars` is disabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user