fix(dashboard-nvim): repository has moved to nvimdev/dashboard-nvim (#1715)

* fix(dashboard-nvim) repository has moved to nvimdev/dashboard-nvim

* fix(dashboard): automatically rename dashboard.nvim

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
Thibault DuplessisandFolke Lemaitre authored and GitHub committed 2023-10-14 13:21:30 +02:00
1 parent 7fe68d9f05
commit ff9bf005b6
5 files changed
+5 -4

No files matched your search

+1 -1
View File
@@ -1,6 +1,6 @@
return {
{ "glepnir/dashboard-nvim", enabled = false },
{ "nvimdev/dashboard-nvim", enabled = false },
{ "echasnovski/mini.starter", enabled = false },
-- Dashboard. This runs when neovim starts, and is what displays
-- the "LAZYVIM" banner.
@@ -2,7 +2,7 @@
return {
-- disable alpha
{ "goolord/alpha-nvim", enabled = false },
{ "glepnir/dashboard-nvim", enabled = false },
{ "nvimdev/dashboard-nvim", enabled = false },
-- enable mini.starter
{