AutoYADM commit: 2025-02-06 23:45:03

This commit is contained in:
Daniel Fichtinger 2025-02-06 23:45:03 -05:00
parent 6a171a7bba
commit 93347ae156
2 changed files with 4 additions and 15 deletions

View file

@ -1,9 +1,11 @@
return {
"Wansmer/langmapper.nvim",
enabled = false,
lazy = false,
priority = 1500, -- High priority is needed if you will use `autoremap()`
config = function()
require("langmapper").setup({})
require("langmapper").automapping({ global = true, buffer = true })
require("langmapper").autoremap({ global = true, buffer = true })
end,
}