summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/dashboard.lua
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-07-21 17:51:00 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-07-21 17:51:00 -0400
commitb1df2d2128637c706c400ae41fcb17433ec1af07 (patch)
tree976a439cd7d4bc82a70dccf228fcfe292aaec3eb /.config/nvim/lua/plugins/dashboard.lua
parentaff0e767820bfe273a7afafd68572f81f675dd0b (diff)
nvim: remove some plugins
Diffstat (limited to '.config/nvim/lua/plugins/dashboard.lua')
-rw-r--r--.config/nvim/lua/plugins/dashboard.lua26
1 files changed, 0 insertions, 26 deletions
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 = {},
- },
- },
- },
-}
-