---@type LazySpec local spec = { "kyoh86/vim-cinfo", keys = { { "ic", "(cinfo-show-cursor)", desc = "show informations about the current cursor" }, { "ib", "(cinfo-show-buffer)", desc = "show informations about the current buffer" }, { "ih", "(cinfo-show-highlight)", desc = "show informations about the highlight on the current cursor" }, }, cmd = { "CursorInfo", "BufferInfo", "HighlightInfo" }, } return spec