diff options
author | Louie S <louie@example.com> | 2023-02-07 19:36:09 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-02-07 19:36:09 -0800 |
commit | 07828af70e1065e866048408f24f19cbdea04f9e (patch) | |
tree | 254653d374795c2da016f94f8cb2de7a64de2063 /lua/user/plugins.lua | |
parent | 5a1fb73ff3c8a52fe59d31c3fadd58d6f36e1999 (diff) |
Add material.nvim, rewrite colorscheme.lua to handle toggling colorscheme
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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' |