This commit is contained in:
Sakooooo 2023-08-11 12:45:46 +03:00
parent e7a4498ec2
commit 011bdb630a
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -74,58 +74,6 @@ local plugins = {
'glepnir/dashboard-nvim', 'glepnir/dashboard-nvim',
config = function() config = function()
require('dashboard').setup { require('dashboard').setup {
theme = 'hyper', -- theme is doom and hyper default is hyper
config = {
-- todo https://github.com/nvimdev/dashboard-nvim
header = {
'',
'',
'',
'',
'',
'',
'',
' █████████ █████████ █████ ████ ███████ ',
' ███░░░░░███ ███░░░░░███ ░░███ ███░ ███░░░░░███ ',
'░███ ░░░ ░███ ░███ ░███ ███ ███ ░░███',
'░░█████████ ░███████████ ░███████ ░███ ░███',
' ░░░░░░░░███ ░███░░░░░███ ░███░░███ ░███ ░███',
' ███ ░███ ░███ ░███ ░███ ░░███ ░░███ ███',
'░░█████████ █████ █████ █████ ░░████ ░░░███████░',
'░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░ ░░░░░░░ ',
'',
'',
'',
'',
'',
'',
}, --your header
config = {
shortcut = {
{ desc = '󰊳 Update', group = '@property', action = 'Lazy update', key = 'u' },
{
icon = '',
icon_hl = '@variable',
desc = 'Files',
group = 'Label',
action = 'Telescope find_files',
key = 'f',
},
{
desc = ' Apps',
group = 'DiagnosticHint',
action = 'Telescope app',
key = 'a',
},
{
desc = ' dotfiles',
group = 'Number',
action = 'Telescope dotfiles',
key = 'd',
},
},
},
}
} }
end, end,
event = 'VimEnter', event = 'VimEnter',