diff --git a/config/nvim/lua/plugins/all-themes.lua b/config/nvim/lua/plugins/all-themes.lua index c17001a3..4c38f98f 100644 --- a/config/nvim/lua/plugins/all-themes.lua +++ b/config/nvim/lua/plugins/all-themes.lua @@ -1,56 +1,61 @@ return { - -- Load all theme plugins but don't apply them - -- This ensures all colorschemes are available for hot-reloading - { - "ribru17/bamboo.nvim", - lazy = true, - priority = 1000, - }, - { - "catppuccin/nvim", - name = "catppuccin", - lazy = true, - priority = 1000, - }, - { - "sainnhe/everforest", - lazy = true, - priority = 1000, - }, - { - "ellisonleao/gruvbox.nvim", - lazy = true, - priority = 1000, - }, - { - "rebelot/kanagawa.nvim", - lazy = true, - priority = 1000, - }, - { - "tahayvr/matteblack.nvim", - lazy = true, - priority = 1000, - }, - { - "loctvl842/monokai-pro.nvim", - lazy = true, - priority = 1000, - }, - { - "shaunsingh/nord.nvim", - lazy = true, - priority = 1000, - }, - { - "rose-pine/neovim", - name = "rose-pine", - lazy = true, - priority = 1000, - }, - { - "folke/tokyonight.nvim", - lazy = true, - priority = 1000, - }, + -- Load all theme plugins but don't apply them + -- This ensures all colorschemes are available for hot-reloading + { + "ribru17/bamboo.nvim", + lazy = true, + priority = 1000, + }, + { + "catppuccin/nvim", + name = "catppuccin", + lazy = true, + priority = 1000, + }, + { + "sainnhe/everforest", + lazy = true, + priority = 1000, + }, + { + "kepano/flexoki-neovim", + lazy = true, + priority = 1000, + }, + { + "ellisonleao/gruvbox.nvim", + lazy = true, + priority = 1000, + }, + { + "rebelot/kanagawa.nvim", + lazy = true, + priority = 1000, + }, + { + "tahayvr/matteblack.nvim", + lazy = true, + priority = 1000, + }, + { + "loctvl842/monokai-pro.nvim", + lazy = true, + priority = 1000, + }, + { + "shaunsingh/nord.nvim", + lazy = true, + priority = 1000, + }, + { + "rose-pine/neovim", + name = "rose-pine", + lazy = true, + priority = 1000, + }, + { + "folke/tokyonight.nvim", + lazy = true, + priority = 1000, + }, }