older options

This commit is contained in:
markus.dieckmann 2025-05-12 11:48:50 +02:00
parent 3f346ba288
commit dea2a9e4e5

View File

@ -78,6 +78,12 @@ vim.opt.scrolloff = 35
-- See `:help 'confirm'` -- See `:help 'confirm'`
vim.opt.confirm = true vim.opt.confirm = true
vim.opt.title = true
vim.opt.conceallevel = 0
vim.diagnostic.config({ virtual_text = true })
-- [[ Basic Keymaps ]] -- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()` -- See `:help vim.keymap.set()`