notification and screen resize helps

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-09-07 10:02:25 -05:00
parent 39628e8f2f
commit 1f6dce4665
4 changed files with 109 additions and 86 deletions

View file

@ -47,8 +47,12 @@ vim.opt.splitright = true
-- Set completeopt to have a better completion experience
vim.o.completeopt = "menuone,noselect"
vim.diagnostic.config({
float = { border = "single" },
float = { border = "single" },
})
-- Turn on new diff
vim.opt.diffopt:append("linematch:20")
-- Set screen mode
vim.o.noequalalways = true
vim.o.equalalways = false