change leader key to space
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 9m44s
Build neovim image / build-neovim-arm64 (push) Successful in 10m19s
Build neovim image / update-images-manifest (push) Successful in 19s

This commit is contained in:
Maciej Lebiest 2024-11-07 12:39:18 +01:00 committed by Maciej Lebiest
parent 5c5b92ebf0
commit 4c33bec5c9

View file

@ -1,3 +1,6 @@
-- set leader here, so other configs know about it
vim.g.mapleader = " "
--make sure Lazy is installed --make sure Lazy is installed
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then if not vim.loop.fs_stat(lazypath) then