notification and screen resize helps
This commit is contained in:
parent
39628e8f2f
commit
1f6dce4665
4 changed files with 109 additions and 86 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue