From b1df2d2128637c706c400ae41fcb17433ec1af07 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 21 Jul 2023 17:51:00 -0400 Subject: nvim: remove some plugins --- .config/nvim/lua/plugins/dashboard.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .config/nvim/lua/plugins/dashboard.lua (limited to '.config/nvim/lua/plugins/dashboard.lua') diff --git a/.config/nvim/lua/plugins/dashboard.lua b/.config/nvim/lua/plugins/dashboard.lua deleted file mode 100644 index ab2fc49..0000000 --- a/.config/nvim/lua/plugins/dashboard.lua +++ /dev/null @@ -1,26 +0,0 @@ -return { - { - "nvimdev/dashboard-nvim", - dependencies = { "nvim-tree/nvim-web-devicons" }, - event = "VimEnter", - opts = { - config = { - header = { - "", - "███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗", - "████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║", - "██╔██╗ ██║█████╗ ██║ ██║╚██╗ ██╔╝██║██╔████╔██║", - "██║╚██╗██║██╔══╝ ██║ ██║ ╚████╔╝ ██║██║╚██╔╝██║", - "██║ ╚████║███████╗╚██████╔╝ ╚██╔╝ ██║██║ ╚═╝ ██║", - "╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝", - "", - }, - shortcut = { - { desc = " New file ", group = "DashboardShortCut", key = "n", action = ":ene" }, - }, - footer = {}, - }, - }, - }, -} - -- cgit v1.2.3