mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
7 lines
92 B
Lua
7 lines
92 B
Lua
local M = {}
|
|
|
|
M.config = function ()
|
|
vim.cmd [[ let maplocalleader = "," ]]
|
|
end
|
|
|
|
return M
|