---@type LazySpec local spec = { "kyoh86/vim-quotem", keys = { { "yb", "(quotem-named)", mode = "v", desc = "copy markdown-quoted text from selection with buffer name" }, { "Yb", "(quotem-fullnamed)", mode = "v", desc = "copy markdown-quoted text from selection with full-name" }, { "yb", "(operator-quotem-named)", desc = "start to copy markdown-quoted text with buffer name" }, { "Yb", "(operator-quotem-fullnamed)", desc = "start to copy markdown-quoted text with full-name" }, }, cmd = { "QuotemGithub", "QuotemBare", "QuotemNamed", "QuotemTailnamed", "QuotemFullnamed" }, dependencies = { "kana/vim-operator-user" }, } return spec