From 5e2e91f69b04671cf4411549fef9abe8f452ba7c Mon Sep 17 00:00:00 2001 From: Kevin James Lausen Date: Tue, 7 Jun 2022 08:17:13 -0400 Subject: [PATCH] Enabled the plugin theme repo from the YT vid. --- lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index bd3504c..1d6199b 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -52,7 +52,7 @@ return packer.startup(function(use) use "tpope/vim-surround" -- great tag/code-encapsulator plugin. -- Colorschemes - -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out + use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out use "lunarvim/darkplus.nvim" -- Automatically set up your configuration after cloning packer.nvim