From f668c87a389a3d48f185534f75af6f359d304e37 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 1 Jul 2025 11:10:51 -0300 Subject: [PATCH] Set leader to space in the proper place --- lua/user/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index d419d0e..5a47cf3 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -1,3 +1,5 @@ +vim.g.mapleader = " " + -- Mapping for line diagnostics vim.g.swap = false