nvim-lua.kickstart.nvim/lua/custom/plugins/langmap.lua
2025-05-07 17:48:05 +05:00

9 lines
217 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,
}