mf doom hes like, db cooper
This commit is contained in:
parent
2c544b41ab
commit
970abc1500
1 changed files with 18 additions and 24 deletions
|
@ -88,31 +88,25 @@ local plugins = {
|
||||||
'░░█████████ █████ █████ █████ ░░████ ░░░███████░',
|
'░░█████████ █████ █████ █████ ░░████ ░░░███████░',
|
||||||
'░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ',
|
'░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ',
|
||||||
}, --your header
|
}, --your header
|
||||||
config = {
|
center = {
|
||||||
shortcut = {
|
|
||||||
{ desc = ' Update', group = '@property', action = 'Lazy update', key = 'u' },
|
|
||||||
{
|
{
|
||||||
icon = ' ',
|
icon = ' ',
|
||||||
icon_hl = '@variable',
|
icon_hl = 'Title',
|
||||||
desc = 'Files',
|
desc = 'Find File ',
|
||||||
group = 'Label',
|
desc_hl = 'String',
|
||||||
action = 'Telescope find_files',
|
key = 'b',
|
||||||
|
keymap = 'SPC f f',
|
||||||
|
key_hl = 'Number',
|
||||||
|
action = 'lua print(2)'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
icon = ' ',
|
||||||
|
desc = 'Find Dotfiles',
|
||||||
key = 'f',
|
key = 'f',
|
||||||
|
keymap = 'SPC f d',
|
||||||
|
action = 'lua print(3)'
|
||||||
},
|
},
|
||||||
{
|
}
|
||||||
desc = ' Apps',
|
|
||||||
group = 'DiagnosticHint',
|
|
||||||
action = 'Telescope app',
|
|
||||||
key = 'a',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
desc = ' dotfiles',
|
|
||||||
group = 'Number',
|
|
||||||
action = 'Telescope dotfiles',
|
|
||||||
key = 'd',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue