From bf15bb77fbbc80c1c55bdd9bd8dc392d4d9e0b87 Mon Sep 17 00:00:00 2001 From: Nick Burt Date: Wed, 1 Jul 2026 12:36:36 -0500 Subject: [PATCH] load themes from repository --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 8719106c..3ba1301b 100644 --- a/init.lua +++ b/init.lua @@ -390,6 +390,9 @@ do }, } + vim.pack.add { gh 'catppuccin/nvim' } + vim.pack.add { gh 'rose-pine/neovim' } + -- Load the colorscheme here. -- Like many other themes, this one has different styles, and you could load -- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.