Neovim local leader
<localleader>
is the buffer-specific form of <leader>
.
Can be set in Lua as a Vim option:
lua
vim.g.maplocalleader = ','
See learnvimscriptthehardwayCan be set in Nixvim with the programs.nixvim.globals
option