from-scratch rewrite #1
@ -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