From e3c26c74a8fec334255716d840defa75b647f62f Mon Sep 17 00:00:00 2001 From: ashincoder Date: Sun, 11 Jul 2021 12:03:19 +0530 Subject: [PATCH] changed dashboard logo --- lua/plugins/dashboard.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index f6d9f63..bc28564 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -4,21 +4,21 @@ M.config = function() local g = vim.g local fn = vim.fn - local plugins_count = fn.len(fn.globpath('~/.local/share/nvim/site/pack/packer/start', '*', 0, 1)) + local plugins_count = fn.len(fn.globpath( + '~/.local/share/nvim/site/pack/packer/start', + '*', 0, 1)) g.dashboard_disable_statusline = 1 g.dashboard_default_executive = "telescope" g.dashboard_custom_header = { - " ▄████████ ▄████████ ▄█ █▄ ▄█ █▄ ▄█ ▄▄▄▄███▄▄▄▄ ", - " ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ", - " ███ ███ ███ █▀ ███ ███ ███ ███ ███▌ ███ ███ ███ ", - " ███ ███ ███ ▄███▄▄▄▄███▄▄ ███ ███ ███▌ ███ ███ ███ ", - "▀███████████ ▀███████████ ▀▀███▀▀▀▀███▀ ███ ███ ███▌ ███ ███ ███ ", - " ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ", - " ███ ███ ▄█ ███ ███ ███ ███ ███ ███ ███ ███ ███ ", - " ███ █▀ ▄████████▀ ███ █▀ ▀██████▀ █▀ ▀█ ███ █▀ ", - " " + "███████╗████████╗ █████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗ ", + "██╔════╝╚══██╔══╝██╔══██╗██╔══██╗██║ ██║██║████╗ ████║ ", + "███████╗ ██║ ███████║██████╔╝██║ ██║██║██╔████╔██║ ", + "╚════██║ ██║ ██╔══██║██╔══██╗╚██╗ ██╔╝██║██║╚██╔╝██║ ", + "███████║ ██║ ██║ ██║██║ ██║ ╚████╔╝ ██║██║ ╚═╝ ██║ ", + "╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ " + } g.dashboard_custom_section = { @@ -35,7 +35,7 @@ M.config = function() command = "Telescope live_grep" }, d = { - description = {"洛 New File SPC f n"}, + description = {"洛 New File SPC f n"}, command = "enew" }, e = { @@ -49,7 +49,7 @@ M.config = function() } g.dashboard_custom_footer = { - "AshVim Loaded " .. plugins_count .. ' plugins', + "StarVim Loaded " .. plugins_count .. ' plugins' }