final changes to dashboard.nvim

This commit is contained in:
Sakooooo 2023-08-11 14:24:13 +03:00
parent ae01374b02
commit 9f5f60a1bd
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -107,18 +107,10 @@ local plugins = {
icon_hl = 'Title', icon_hl = 'Title',
desc = 'Find File ', desc = 'Find File ',
desc_hl = 'String', desc_hl = 'String',
key = 'b', keymap = 'SPC SPC',
keymap = 'SPC f f',
key_hl = 'Number', key_hl = 'Number',
action = 'lua print(2)' action = 'lua print(2)'
}, },
{
icon = '',
desc = 'Find Dotfiles',
key = 'f',
keymap = 'SPC f d',
action = 'lua print(3)'
},
} }
} }
} }