mf doom hes like, db cooper

This commit is contained in:
Sakooooo 2023-08-11 14:20:31 +03:00
parent 2c544b41ab
commit 970abc1500
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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,