Added new theme switcher and removed lazy loading
This commit is contained in:
@@ -3,7 +3,6 @@ return {
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
config = function()
|
||||
local rose_pine = require("rose-pine")
|
||||
rose_pine.setup({
|
||||
@@ -16,13 +15,11 @@ return {
|
||||
"bluz71/vim-nightfly-colors",
|
||||
name = "nightfly",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
config = function()
|
||||
local catppuccin = require("catppuccin")
|
||||
catppuccin.setup({
|
||||
@@ -33,47 +30,38 @@ return {
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"Mofiqul/dracula.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"roflolilolmao/oceanic-next.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"olimorris/onedarkpro.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"NTBBloodbath/doom-one.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"shaunsingh/moonlight.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"kvrohit/mellow.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
{
|
||||
"ofirgall/ofirkai.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
"rebelot/kanagawa.nvim",
|
||||
priority = 1000,
|
||||
lazy = true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user