aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-23 22:36:29 +0800
committerjdhao <jdhao@hotmail.com>2021-12-23 22:36:29 +0800
commit6cf31e2dcb8d8aae7b3b89e38436e75089c78d72 (patch)
treecbf32b8aff5bad94a0cf0608fa11c59c5661390d /lua/plugins.lua
parent08d3d7ec086f51e0c3b9d4a7a76880b0399ce49a (diff)
add colorscheme kanagawa
Diffstat (limited to 'lua/plugins.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 3381343..27b22ed 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -123,6 +123,7 @@ require("packer").startup({
use({"NTBBloodbath/doom-one.nvim", opt = true})
use({"sainnhe/everforest", opt = true})
use({"EdenEast/nightfox.nvim", opt = true})
+ use({"rebelot/kanagawa.nvim", opt = true})
-- Show git change (change, delete, add) signs in vim sign column
use({"mhinz/vim-signify", event = 'BufEnter'})