From 4db9e65e6f0e9a7e3857a3b49cef609c55fcfd34 Mon Sep 17 00:00:00 2001 From: anth64 Date: Thu, 10 Apr 2025 22:33:16 +0200 Subject: [PATCH] remove redundant remap of mapleader --- lua/config/remap.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/config/remap.lua b/lua/config/remap.lua index b760350..525fd22 100644 --- a/lua/config/remap.lua +++ b/lua/config/remap.lua @@ -1,2 +1 @@ -vim.g.mapleader = " " vim.keymap.set("n", "pv", vim.cmd.Ex)