all repos

init.lua @ 9388e73feb004f8d4b8158ca50f8f1c1d5309699

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
refactor(options): change the localleader, once again
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-06-29 21:26:00 +0300
Parent: 9104f81
M lua/core/options.lua

@@ -14,7 +14,7 @@ }

-- leader vim.g.mapleader = " " -vim.g.maplocalleader = "\\" +vim.g.maplocalleader = "-" -- indenting vim.o.smartindent = true