mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 23:17:14 +01:00
make tab less annoying
This commit is contained in:
@@ -66,7 +66,7 @@ vim.opt.splitbelow = true
|
||||
-- See `:help 'list'`
|
||||
-- and `:help 'listchars'`
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
||||
vim.opt.listchars = { tab = '· ', trail = '·', nbsp = '␣' }
|
||||
|
||||
-- Preview substitutions live, as you type!
|
||||
vim.opt.inccommand = 'split'
|
||||
|
||||
Reference in New Issue
Block a user