diff --git a/themes/neovim/gruvbox.lua b/themes/neovim/gruvbox.lua index 382e0ec..bd27bea 100644 --- a/themes/neovim/gruvbox.lua +++ b/themes/neovim/gruvbox.lua @@ -1,7 +1,7 @@ return { { "ellisonleao/gruvbox.nvim" }, { - "LazyVim/LazyVim", + "lazyvim/lazyvim", opts = { colorscheme = "gruvbox", }, diff --git a/themes/neovim/nord.lua b/themes/neovim/nord.lua index 698a5fe..57eb467 100644 --- a/themes/neovim/nord.lua +++ b/themes/neovim/nord.lua @@ -1,7 +1,7 @@ return { { "shaunsingh/nord.nvim" }, { - "LazyVim/LazyVim", + "lazyvim/lazyvim", opts = { colorscheme = "nord", }, diff --git a/themes/neovim/rose-pine.lua b/themes/neovim/rose-pine.lua index f637267..f4fd6ad 100644 --- a/themes/neovim/rose-pine.lua +++ b/themes/neovim/rose-pine.lua @@ -1,7 +1,7 @@ return { { "rose-pine/neovim", name = "rose-pine" }, { - "LazyVim/LazyVim", + "lazyvim/lazyvim", opts = { colorscheme = "rose-pine-dawn", }, diff --git a/themes/neovim/tokyo-night.lua b/themes/neovim/tokyo-night.lua index f721b32..b958fa2 100644 --- a/themes/neovim/tokyo-night.lua +++ b/themes/neovim/tokyo-night.lua @@ -1,6 +1,6 @@ return { { - "LazyVim/LazyVim", + "lazyVim/lazyvim", opts = { colorscheme = "tokyonight", },