aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/d2.lua
blob: 179a432cabb9efdd97211899901c6843c81810f2 (plain)
1
2
3
4
5
6
7
8
9
return {
    "terrastruct/d2-vim",
    ft = { "d2" },
    config = function()
        vim.keymap.del("v", "<Leader>d2")
        vim.keymap.del("v", "<Leader>rd2")
        vim.keymap.del("n", "<Leader>yd2")
    end
}