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

This commit is contained in:
Daniel Fichtinger 2025-02-06 23:30:03 -05:00
parent 774ad96650
commit 6a171a7bba
3 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,9 @@
return {
"Wansmer/langmapper.nvim",
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 })
end,
}