aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-07-28 01:32:41 +0800
committerjdhao <jdhao@hotmail.com>2022-07-28 01:32:41 +0800
commit644f8b6e2dc2ff3100c1f489a4c343f64f0d992c (patch)
treed116142a81327155f266319ae464e1a8908a9a43 /lua
parent3af7dd51b842000112cecda4f74df8fd0dc8df79 (diff)
add theme catppuccin
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 39304db..da47601 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -121,6 +121,7 @@ packer.startup({
use({"sainnhe/everforest", opt = true})
use({"EdenEast/nightfox.nvim", opt = true})
use({"rebelot/kanagawa.nvim", opt = true})
+ use({"catppuccin/nvim", as = "catppuccin", opt = true})
-- Show git change (change, delete, add) signs in vim sign column
use({"mhinz/vim-signify", event = 'BufEnter'})