AutoYADM commit: 2025-02-06 23:45:03
This commit is contained in:
parent
6a171a7bba
commit
93347ae156
2 changed files with 4 additions and 15 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue