from-scratch rewrite #1

Open
kenobi wants to merge 50 commits from from-scratch into master
Showing only changes of commit dea2a9e4e5 - Show all commits

View File

@ -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()`