diff --git a/lua/plugins/themes.lua b/lua/plugins/themes.lua index 8476f2c..4e626de 100644 --- a/lua/plugins/themes.lua +++ b/lua/plugins/themes.lua @@ -17,4 +17,12 @@ return { require("catppuccin").setup() end }, + { + "olimorris/onedarkpro.nvim", + lazy = false, + priority = 1000, + config = function() + require("onedarkpro").setup() + end + } }