Skip to content

Commit

Permalink
update tab indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChung committed May 23, 2024
1 parent 3845ab6 commit 80f374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ vim.opt.termguicolors = true
vim.opt.list = true
vim.opt.listchars:append("trail:⋅")
vim.opt.listchars:append("nbsp:⎵")
vim.opt.listchars:append("tab:")
vim.opt.listchars:append("tab:")

0 comments on commit 80f374d

Please sign in to comment.