add title setting

This commit is contained in:
Markus Dieckmann 2023-08-10 18:12:00 +02:00
parent 07f5a7a313
commit 6884cc05df

View File

@ -7,3 +7,4 @@ local opt = vim.opt
local diag = vim.diagnostic
opt.scrolloff = 999
diag.config({ virtual_text = false })
opt.title = true