diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-15 23:19:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-15 23:19:51 +0800 |
| commit | b4f58504a757dc7b8cf0c0694faf9fb535b9be8f (patch) | |
| tree | 965091777ec4c621f3fc6b04692acfc7afe5580b /lua/plugins.lua | |
| parent | 40c7fc552adf56b040d5d638c5c95d9d85598d0d (diff) | |
add colorscheme nightfox
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 5dd4ef3..930f036 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -97,6 +97,7 @@ require("packer").startup({ use({"shaunsingh/nord.nvim", event = 'VimEnter'}) use({"NTBBloodbath/doom-one.nvim", event = 'VimEnter'}) use({"sainnhe/everforest", event = 'VimEnter'}) + use({"EdenEast/nightfox.nvim", event = 'VimEnter'}) -- Show git change (change, delete, add) signs in vim sign column use({"mhinz/vim-signify", event = 'BufEnter'}) |
