restructure and more plugins

This commit is contained in:
voidarclabs
2025-08-22 13:37:35 +01:00
parent 7afd0cc72f
commit 85676d4153
9 changed files with 187 additions and 68 deletions

View File

@@ -5,7 +5,10 @@ require("config.lazy")
vim.opt.splitbelow = true
vim.opt.splitright = true
vim.o.winborder = "rounded"
vim.keymap.set("i", "jj", "<Esc>")
vim.keymap.set("n", "q:", ":", { noremap = true, silent = true })
vim.opt.tabstop = 4
vim.opt.softtabstop = 4