1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add colorscheme kanagawa

This commit is contained in:
jdhao
2021-12-23 22:36:29 +08:00
parent 08d3d7ec08
commit 6cf31e2dcb
2 changed files with 6 additions and 0 deletions

View File

@@ -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'})