change leader key to space
This commit is contained in:
parent
5c5b92ebf0
commit
4c33bec5c9
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue