nvim: make listchars stand out as non-text
This commit is contained in:
parent
aa041079c5
commit
93e2284db4
|
@ -1,5 +1,6 @@
|
|||
vim.o.number = true -- line numbers
|
||||
vim.o.list = true -- show whitespace
|
||||
vim.o.listchars = 'tab:▸ ,trail:·,nbsp:+'
|
||||
vim.o.textwidth = 80 -- default text width
|
||||
vim.o.colorcolumn = tostring(vim.o.textwidth)
|
||||
vim.o.wrap = false
|
||||
|
|
Loading…
Reference in New Issue
Block a user