From 07828af70e1065e866048408f24f19cbdea04f9e Mon Sep 17 00:00:00 2001 From: Louie S Date: Tue, 7 Feb 2023 19:36:09 -0800 Subject: Add material.nvim, rewrite colorscheme.lua to handle toggling colorscheme --- lua/user/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index b970f2b..1fa4e03 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -13,6 +13,7 @@ return packer.startup(function(use) -- Colorschemes --use "lunarvim/colorschemes" -- Additional colorschemes + use "marko-cerovac/material.nvim" -- Buffers use 'matbme/JABS.nvim' -- cgit