dotfiles/.config/nvim/lua/my/early.lua
tea d575feaa75
nvim: start rewriting config
- switch to lazy
- rip out obsolete stuff
- hopefully better organization
2024-08-18 14:17:27 +02:00

3 lines
96 B
Lua

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