From b5ce3421e41bc3ce171a6bd48a2317a1a5b088c4 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Thu, 7 Nov 2024 12:22:42 +0100 Subject: [PATCH] change leader key to space --- lua/general.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/general.lua b/lua/general.lua index c7e9bd6..a5ff210 100644 --- a/lua/general.lua +++ b/lua/general.lua @@ -77,6 +77,7 @@ vim.opt.tabstop = 4 -- number of columns occupied by a tab vim.opt.softtabstop = 4 -- see multiple spaces as tabstops so does the right thing vim.opt.expandtab = true -- converts tabs to white space vim.opt.shiftwidth = 4 -- width for autoindents +vim.g.mapleader = " " vim.filetype.add({ extension = { sls = "sls.yaml.jinja",