older options
This commit is contained in:
parent
3f346ba288
commit
dea2a9e4e5
@ -78,6 +78,12 @@ vim.opt.scrolloff = 35
|
||||
-- See `:help 'confirm'`
|
||||
vim.opt.confirm = true
|
||||
|
||||
vim.opt.title = true
|
||||
|
||||
vim.opt.conceallevel = 0
|
||||
|
||||
vim.diagnostic.config({ virtual_text = true })
|
||||
|
||||
-- [[ Basic Keymaps ]]
|
||||
-- See `:help vim.keymap.set()`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user