From 011bdb630af2f62b2d009d32f1ec5e7dfc9bc862 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 11 Aug 2023 12:45:46 +0300 Subject: [PATCH] try this --- config/nvim/lua/core/plugins.lua | 54 +------------------------------- 1 file changed, 1 insertion(+), 53 deletions(-) diff --git a/config/nvim/lua/core/plugins.lua b/config/nvim/lua/core/plugins.lua index 03d1262a..c3d4e6ae 100644 --- a/config/nvim/lua/core/plugins.lua +++ b/config/nvim/lua/core/plugins.lua @@ -74,59 +74,7 @@ local plugins = { 'glepnir/dashboard-nvim', config = function() 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, event = 'VimEnter', dependencies = { { 'nvim-tree/nvim-web-devicons' } }