Add todo comment for coloscheme settings
This commit is contained in:
parent
77b3d15322
commit
034fe4f764
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
return {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"ellisonleao/gruvbox.nvim",
|
"ellisonleao/gruvbox.nvim",
|
||||||
-- "morphez/gruvbox.nvim",
|
|
||||||
"sainnhe/everforest",
|
"sainnhe/everforest",
|
||||||
"sainnhe/gruvbox-material",
|
"sainnhe/gruvbox-material",
|
||||||
"rebelot/kanagawa.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
|
|
Loading…
Reference in a new issue