git stuff and tab helpers

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-08-01 15:21:03 -05:00
parent bbe1cbdd2d
commit ebfe0e13c7
6 changed files with 21 additions and 9 deletions

View file

@ -49,3 +49,6 @@ vim.o.completeopt = "menuone,noselect"
vim.diagnostic.config({
float = { border = "single" },
})
-- Turn on new diff
vim.opt.diffopt:append("linematch:20")