from-scratch rewrite #1

Merged
kenobi merged 54 commits from from-scratch into master 2025-06-26 08:53:34 +02:00
40 changed files with 803 additions and 760 deletions
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()`