From d3c8590a035815e49d775bb38fd28fd34e2b2063 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Jun 2024 16:57:32 +0200 Subject: [PATCH] Use same style everywhere --- themes/neovim/gruvbox.lua | 2 +- themes/neovim/nord.lua | 2 +- themes/neovim/rose-pine.lua | 2 +- themes/neovim/tokyo-night.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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", },