config/lvim/lua/u/conjure.lua (view raw)
1 2 3 4 5 6 7
local M = {} M.config = function () vim.cmd [[ let maplocalleader = "," ]] end return M