diff options
Diffstat (limited to '.config/nvim/lua/plugins/dashboard.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/dashboard.lua | 26 |
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 = {}, - }, - }, - }, -} - |
