dotfiles/.config/nvim/lua/my/early.lua

3 lines
96 B
Lua
Raw Normal View History

vim.g.mapleader = ' ' -- <Leader>
vim.g.maplocalleader = ' ' -- <LocalLeader> (2 spaces)