git stuff and tab helpers
This commit is contained in:
parent
bbe1cbdd2d
commit
ebfe0e13c7
6 changed files with 21 additions and 9 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue