From 034fe4f764533e4c18a924b859d5477074d73c75 Mon Sep 17 00:00:00 2001 From: pro100ton Date: Fri, 31 Jan 2025 22:25:30 +0300 Subject: [PATCH] Add todo comment for coloscheme settings --- lua/custom/plugins/colorschemes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins/colorschemes.lua b/lua/custom/plugins/colorschemes.lua index 3af066c..7fe659b 100644 --- a/lua/custom/plugins/colorschemes.lua +++ b/lua/custom/plugins/colorschemes.lua @@ -1,8 +1,9 @@ +-- TODO: Need to refactor ways of downloading colorschemes +-- Now it is just a hack to download all colorschemes as dependecies return { "folke/tokyonight.nvim", dependencies = { "ellisonleao/gruvbox.nvim", - -- "morphez/gruvbox.nvim", "sainnhe/everforest", "sainnhe/gruvbox-material", "rebelot/kanagawa.nvim",