add urlview plugin

This commit is contained in:
Luke Johnson 2023-02-28 12:21:33 -07:00
parent d14757cd4d
commit 9375eae25c
2 changed files with 54 additions and 25 deletions

View file

@ -1,34 +1,29 @@
return {
'glepnir/dashboard-nvim',
event = 'VimEnter',
theme = 'hyper',
theme = 'doom',
config = {
week_header = {
enable = true,
},
shortcut = {
{ desc = ' Update', group = '@property', action = 'Lazy update', key = 'u' },
header = {}, --your header
center = {
{
icon = '',
icon_hl = '@variable',
desc = 'Files',
group = 'Label',
action = 'Telescope find_files',
icon = '',
icon_hl = 'Title',
desc = 'Find File ',
desc_hl = 'String',
key = 'b',
keymap = 'SPC f f',
key_hl = 'Number',
action = 'lua print(2)'
},
{
icon = '',
desc = 'Find Dotfiles',
key = 'f',
},
{
desc = ' Apps',
group = 'DiagnosticHint',
action = 'Telescope app',
key = 'a',
},
{
desc = ' dotfiles',
group = 'Number',
action = 'Telescope dotfiles',
key = 'd',
keymap = 'SPC f d',
action = 'lua print(3)'
},
},
footer = {} --your footer
},
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
}