Skip to content

Commit

Permalink
Change character
Browse files Browse the repository at this point in the history
  • Loading branch information
ntk148v committed Jan 13, 2023
1 parent 7174ed9 commit 606032a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nvim/lua/core/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ opt.cursorline = true -- highlight the current line
opt.laststatus = 2 -- only the last window will always have a status line
opt.lazyredraw = true -- don't update the display while executing macros
opt.list = true
-- You can also add 'space' or 'eol', but I feel it's quite annoying
opt.listchars = {
tab = '| ',
tab = ' ',
trail = '·',
extends = '»',
precedes = '«',
Expand Down

0 comments on commit 606032a

Please sign in to comment.