omg-nvim/lua/plugins/langmapper.lua
Timofey.Kovalev 81b11de79b commit
2024-12-09 09:55:18 +03:00

10 lines
209 B
Lua

return {
"Wansmer/langmapper.nvim",
lazy = false,
priority = 1, -- High priority is needed if you will use `autoremap()`
config = function()
require("langmapper").setup({--[[ your config ]]
})
end,
}