From 0648c5d38b618463d577a8cedc803cb99c9c3c45 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 16 Jul 2024 11:06:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B9=20Explicitly=20define=20the=20lead?= =?UTF-8?q?er=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Define the leader key as ' ' --- lua/config/style.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/config/style.lua b/lua/config/style.lua index 100340a..61fa632 100644 --- a/lua/config/style.lua +++ b/lua/config/style.lua @@ -19,3 +19,6 @@ vim.cmd.colorscheme(STORED_THEME or KITTY_THEME or "catppuccin-frappe") -- Set GUI font vim.opt.guifont = "Iosevka:#e-subpixelantialias:h12" vim.g.have_nerd_font = true + +-- Set Leader Key +vim.g.mapleader = " "