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,
}

View file

@ -1,7 +1,7 @@
-- TODO: add trailblazer highlight groups to ashen
return {
"LeonHeidelbach/trailblazer.nvim",
enabled = true,
enabled = false,
dev = false,
event = "UIEnter",
config = function()