This commit is contained in:
2025-05-02 20:20:19 +02:00
parent 375b181380
commit ba2f583baa
7 changed files with 57 additions and 85 deletions

View File

@ -5,6 +5,6 @@
local opt = vim.opt
opt.scrolloff = 999
vim.diagnostic.config({ virtual_text = false })
vim.diagnostic.config({ virtual_text = true })
opt.title = true
opt.conceallevel = 0