nix/home/file/nvim/module/key/Leader.lua

8 lines
136 B
Lua
Raw Normal View History

2024-12-18 13:45:27 +03:00
leader = " "
vim.g.mapleader = leader
vim.g.maplocalleader = leader
-- Disable key press timeout.
vim.cmd("set notimeout nottimeout")