This commit is contained in:
Timofey.Kovalev 2024-12-09 09:55:18 +03:00
parent 432b20d14b
commit 81b11de79b

View File

@ -0,0 +1,9 @@
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,
}