Skip to content

Commit c1383b1

Browse files
author
Jonas Hagberg
committed
Disable displaying whitespace
1 parent 769e3c8 commit c1383b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ vim.opt.splitbelow = true
142142
-- Sets how neovim will display certain whitespace characters in the editor.
143143
-- See `:help 'list'`
144144
-- and `:help 'listchars'`
145-
vim.opt.list = true
146-
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
145+
-- vim.opt.list = true
146+
-- vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
147147

148148
-- Preview substitutions live, as you type!
149149
vim.opt.inccommand = 'split'

0 commit comments

Comments
 (0)