We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769e3c8 commit c1383b1Copy full SHA for c1383b1
init.lua
@@ -142,8 +142,8 @@ vim.opt.splitbelow = true
142
-- Sets how neovim will display certain whitespace characters in the editor.
143
-- See `:help 'list'`
144
-- and `:help 'listchars'`
145
-vim.opt.list = true
146
-vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
+-- vim.opt.list = true
+-- vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
147
148
-- Preview substitutions live, as you type!
149
vim.opt.inccommand = 'split'
0 commit comments