|
|
@ -142,8 +142,8 @@ vim.opt.splitbelow = true
|
|
|
|
-- Sets how neovim will display certain whitespace characters in the editor.
|
|
|
|
-- Sets how neovim will display certain whitespace characters in the editor.
|
|
|
|
-- See `:help 'list'`
|
|
|
|
-- See `:help 'list'`
|
|
|
|
-- and `:help 'listchars'`
|
|
|
|
-- and `:help 'listchars'`
|
|
|
|
vim.opt.list = true
|
|
|
|
-- vim.opt.list = true
|
|
|
|
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
|
|
|
-- vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
|
|
|
|
|
|
|
|
|
|
|
-- Preview substitutions live, as you type!
|
|
|
|
-- Preview substitutions live, as you type!
|
|
|
|
vim.opt.inccommand = 'split'
|
|
|
|
vim.opt.inccommand = 'split'
|
|
|
|