Skip to content

Commit

Permalink
fix listchars option.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Nov 3, 2022
1 parent 8e9de2f commit 74d86d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ vim.opt.softtabstop = indent
vim.opt.expandtab = true
vim.opt.backspace = 'indent,eol,start'
vim.opt.list = true
--vim.opt.listchars = 'tab:>\\trail:.extends:>precedes:>nbsp:%'
vim.opt.listchars = { tab = ':>\\', trail = '.', extends = '>', precedes = '>', nbsp = '%'}
--}}}

---folding {{{
Expand Down

0 comments on commit 74d86d2

Please sign in to comment.