diff --git a/lua/plugins.lua b/lua/plugins.lua index 6d5d94f..2a864e4 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -4,6 +4,9 @@ if not ok then end packer.startup(function(use) + -- Nord colorscheme + use("shaunsingh/nord.nvim") + -- Onedark colorscheme use("navarasu/onedark.nvim")