From a6c65eec6c7eece65c99071ca74e5d4e5a26df8b Mon Sep 17 00:00:00 2001 From: rootiest Date: Fri, 26 Jul 2024 14:08:32 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feat:=20Define=20Leader=20Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Defines the default leader key --- lua/config/options.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 31fa8ac..2049e4f 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -2,6 +2,9 @@ -- --------------------------------- OPTIONS ----------------------------------- -- ----------------------------------------------------------------------------- +-- Leader Key +vim.g.mapleader = " " + -- ----------------------------------- LSP -------------------------------------- -- We don't need perl vim.g.loaded_perl_provider = 0