diff --git a/nvim/lua/plugins/colors.lua b/nvim/lua/plugins/colors.lua index d08ed02..40d0f83 100755 --- a/nvim/lua/plugins/colors.lua +++ b/nvim/lua/plugins/colors.lua @@ -1,23 +1,8 @@ --- return { --- "ellisonleao/gruvbox.nvim", --- lazy = false, --- name = "gruvbox", --- priority = 997, --- config = function() --- vim.cmd.colorscheme("gruvbox") --- end, --- } - - - return { "AlphaTechnolog/pywal.nvim", lazy = false, priority = 1000, config = function() - -- Set up pywal and load the colors require("pywal").setup() - end, } -