minor updates

This commit is contained in:
2025-09-15 06:59:56 +02:00
parent 38ad06b2b3
commit 4a4ba49c97
5 changed files with 54 additions and 90 deletions

View File

@@ -20,6 +20,8 @@ local function nmap(lhs, rhs, opts) map("n", lhs, rhs, opts) end
local function imap(lhs, rhs, opts) map("i", lhs, rhs, opts) end
local function vmap(lhs, rhs, opts) map("v", lhs, rhs, opts) end
local function tmap(lhs, rhs, opts) map("t", lhs, rhs, opts) end
vim.opt.signcolumn = "no"
-- Map Leader
vim.g.mapleader = " "