From 4c33bec5c9c0703cfba4535608ad1882f28d224f Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Thu, 7 Nov 2024 12:39:18 +0100 Subject: [PATCH] change leader key to space --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index f72f074..278f489 100644 --- a/init.lua +++ b/init.lua @@ -1,3 +1,6 @@ +-- set leader here, so other configs know about it +vim.g.mapleader = " " + --make sure Lazy is installed local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then