From c649488fa46c9ff21e39042d34be8dbefb8ae5d3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:32:32 +0300 Subject: [PATCH] never back down never what? --- config/nvim/lua/core/plugins.lua | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/config/nvim/lua/core/plugins.lua b/config/nvim/lua/core/plugins.lua index 9bc3e604..17258ef8 100644 --- a/config/nvim/lua/core/plugins.lua +++ b/config/nvim/lua/core/plugins.lua @@ -75,15 +75,18 @@ local plugins = { config = function() require('dashboard').setup { theme = 'doom', -- theme is doom and hyper default is hyper - { - icon = '', - icon_hl = 'group', - desc = 'description', - desc_hl = 'group', - key = 'shortcut key in dashboard buffer not keymap !!', - key_hl = 'group', - action = '', + center = { + { + icon = '', + icon_hl = 'group', + desc = 'description', + desc_hl = 'group', + key = 'shortcut key in dashboard buffer not keymap !!', + key_hl = 'group', + action = '', + }, }, + footer = {}, } end, event = 'VimEnter',