This commit is contained in:
2026-06-25 22:13:51 +02:00
parent 88b6abb76b
commit 026bd8fc06
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,3 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
--- @param mode string|string[] --- @param mode string|string[]
--- @param lhs string|string[] --- @param lhs string|string[]
--- @param rhs string|function --- @param rhs string|function

View File

@@ -1,3 +1,6 @@
vim.g.mapleader = " "
vim.g.maplocalleader = " "
vim.opt.nu = true vim.opt.nu = true
vim.opt.relativenumber = true vim.opt.relativenumber = true
-- disable normie mouse stuff -- disable normie mouse stuff