add urlview plugin
parent
d14757cd4d
commit
9375eae25c
@ -1,34 +1,29 @@
|
|||||||
return {
|
return {
|
||||||
'glepnir/dashboard-nvim',
|
'glepnir/dashboard-nvim',
|
||||||
event = 'VimEnter',
|
event = 'VimEnter',
|
||||||
theme = 'hyper',
|
theme = 'doom',
|
||||||
config = {
|
config = {
|
||||||
week_header = {
|
header = {}, --your header
|
||||||
enable = true,
|
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',
|
||||||
key = 'f',
|
keymap = 'SPC f f',
|
||||||
|
key_hl = 'Number',
|
||||||
|
action = 'lua print(2)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
desc = ' Apps',
|
icon = ' ',
|
||||||
group = 'DiagnosticHint',
|
desc = 'Find Dotfiles',
|
||||||
action = 'Telescope app',
|
key = 'f',
|
||||||
key = 'a',
|
keymap = 'SPC f d',
|
||||||
},
|
action = 'lua print(3)'
|
||||||
{
|
|
||||||
desc = ' dotfiles',
|
|
||||||
group = 'Number',
|
|
||||||
action = 'Telescope dotfiles',
|
|
||||||
key = 'd',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
footer = {} --your footer
|
||||||
},
|
},
|
||||||
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
dependencies = { { 'nvim-tree/nvim-web-devicons' } }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue