update config

This commit is contained in:
Alexander Gehrke 2024-03-15 15:17:00 +01:00
parent 302df4ef17
commit 99468565f2

View file

@ -40,6 +40,8 @@ vim.opt.timeout = false
vim.opt.foldenable = false vim.opt.foldenable = false
vim.opt.diffopt:append("vertical")
vim.opt.diffopt:append("linematch:50")
-- todo visualbell needed? -- todo visualbell needed?
vim.opt.shell = "/bin/zsh" vim.opt.shell = "/bin/zsh"
@ -47,7 +49,7 @@ vim.opt.ignorecase = true
vim.opt.smartcase = true vim.opt.smartcase = true
vim.opt.inccommand = "split" vim.opt.inccommand = "split"
vim.opt.listchars = "tab:⇥\\ ,trail:-,nbsp:+,lead:␣" vim.opt.listchars = "tab:⇥\\ ,trail:-,nbsp:+,lead:␣"
vim.opt.list = true --vim.opt.list = true
vim.cmd [[hi link Whitespace Comment]] vim.cmd [[hi link Whitespace Comment]]
vim.opt.wildmode = { "list:longest", "list:full" } vim.opt.wildmode = { "list:longest", "list:full" }