feat: clear
This commit is contained in:
parent
c0a946044e
commit
b7a6606f8b
3 changed files with 14 additions and 14 deletions
|
|
@ -11,6 +11,16 @@ return {
|
|||
enable = true,
|
||||
},
|
||||
center = {
|
||||
{
|
||||
icon = ' ',
|
||||
icon_hl = 'group',
|
||||
desc = 'Telescope find files',
|
||||
desc_hl = 'group',
|
||||
key = 'f',
|
||||
key_hl = 'group',
|
||||
key_format = ' [%s]', -- `%s` will be substituted with value of `key`
|
||||
action = ':Telescope find_files',
|
||||
},
|
||||
{
|
||||
icon = ' ',
|
||||
icon_hl = 'group',
|
||||
|
|
@ -23,16 +33,6 @@ return {
|
|||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end,
|
||||
},
|
||||
{
|
||||
icon = ' ',
|
||||
icon_hl = 'group',
|
||||
desc = 'Telescope find files',
|
||||
desc_hl = 'group',
|
||||
key = 'f',
|
||||
key_hl = 'group',
|
||||
key_format = ' [%s]', -- `%s` will be substituted with value of `key`
|
||||
action = ':Telescope find_files',
|
||||
},
|
||||
{
|
||||
icon = ' ',
|
||||
icon_hl = 'group',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue