From c18307846723b1907ae4ca8b4e24112d594e358a Mon Sep 17 00:00:00 2001 From: louie Date: Wed, 22 Jun 2022 20:48:13 -0700 Subject: Added colorscheme file --- lua/user/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index b491d35..d90587e 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -10,4 +10,7 @@ return packer.startup(function(use) use "wbthomason/packer.nvim" -- Have packer manage itself --use "nvim-lua/popup.nvim" -- An implementation of the Popup API from vim in Neovim --use "nvim-lua/plenary.nvim" -- Useful lua functions used by lots of plugins + + -- Colorschemes + --use "lunarvim/colorschemes" -- Additional colorschemes end) -- cgit