feat!: rework config a bit, add some qol changes

This commit is contained in:
2025-08-18 00:56:58 -07:00
parent 20a3343c84
commit 23bb472741
16 changed files with 302 additions and 260 deletions

View File

@@ -6,6 +6,12 @@ vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.cursorline = true
vim.opt.termguicolors = true
vim.opt.scrolloff = 8
vim.opt.signcolumn = "yes"
vim.opt.hlsearch = false
vim.opt.incsearch = true