AutoYADM commit: 2024-12-12 18:45:03

This commit is contained in:
Daniel Fichtinger 2024-12-12 18:45:03 -05:00
parent 180aa7f94a
commit ede21ce92e

View file

@ -20,6 +20,7 @@ local toggleopt = {
return { return {
"wfxr/minimap.vim", "wfxr/minimap.vim",
build = "cargo install --locked code-minimap", build = "cargo install --locked code-minimap",
event = "BufEnter",
dependencies = { dependencies = {
"folke/snacks.nvim", -- for the toggling "folke/snacks.nvim", -- for the toggling
-- version = "*", -- version = "*",
@ -39,7 +40,6 @@ return {
end end
end, end,
}) })
-- minimap_toggle:map("<leader>um") require("snacks.toggle").new(toggleopt):map(toggleopt.keys, { mode = { "n" } })
-- vim.inspect(minimap_toggle)
end, end,
} }