diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-04 17:18:54 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-04 17:18:54 +0800 |
| commit | 1f461dcf91ee1f011f87f724a4b90bc2e91ebc35 (patch) | |
| tree | 66c3eaa9e34aa248588db94a5eaa501ce9047bb8 /lua/plugins.lua | |
| parent | 2a01d3b59fa6fd102454bf17cc1e1281092d137c (diff) | |
Add colorscheme nord
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 6163784..2585356 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -78,6 +78,7 @@ require('packer').startup( use 'sainnhe/edge' use 'sainnhe/sonokai' use 'sainnhe/gruvbox-material' + use 'shaunsingh/nord.nvim' if fn.exists('g:started_by_firenvim') == 0 then -- colorful status line and theme |
