mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
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:
parent
7fe68d9f05
commit
ff9bf005b6
5 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
|
|
||||||
{ "glepnir/dashboard-nvim", enabled = false },
|
{ "nvimdev/dashboard-nvim", enabled = false },
|
||||||
{ "echasnovski/mini.starter", enabled = false },
|
{ "echasnovski/mini.starter", enabled = false },
|
||||||
-- Dashboard. This runs when neovim starts, and is what displays
|
-- Dashboard. This runs when neovim starts, and is what displays
|
||||||
-- the "LAZYVIM" banner.
|
-- the "LAZYVIM" banner.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
return {
|
return {
|
||||||
-- disable alpha
|
-- disable alpha
|
||||||
{ "goolord/alpha-nvim", enabled = false },
|
{ "goolord/alpha-nvim", enabled = false },
|
||||||
{ "glepnir/dashboard-nvim", enabled = false },
|
{ "nvimdev/dashboard-nvim", enabled = false },
|
||||||
|
|
||||||
-- enable mini.starter
|
-- enable mini.starter
|
||||||
{
|
{
|
||||||
|
|
|
@ -45,7 +45,7 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"glepnir/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
local projects = {
|
local projects = {
|
||||||
|
|
|
@ -331,7 +331,7 @@ return {
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"glepnir/dashboard-nvim",
|
"nvimdev/dashboard-nvim",
|
||||||
event = "VimEnter",
|
event = "VimEnter",
|
||||||
opts = function()
|
opts = function()
|
||||||
local logo = [[
|
local logo = [[
|
||||||
|
|
|
@ -26,6 +26,7 @@ M.renames = {
|
||||||
["jose-elias-alvarez/null-ls.nvim"] = "nvimtools/none-ls.nvim",
|
["jose-elias-alvarez/null-ls.nvim"] = "nvimtools/none-ls.nvim",
|
||||||
["null-ls.nvim"] = "none-ls.nvim",
|
["null-ls.nvim"] = "none-ls.nvim",
|
||||||
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
|
["romgrk/nvim-treesitter-context"] = "nvim-treesitter/nvim-treesitter-context",
|
||||||
|
["glepnir/dashboard-nvim"] = "nvimdev/dashboard-nvim",
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.setup()
|
function M.setup()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue