feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info
This commit is contained in:
2 files changed
+20
-8
No files matched your search
@@ -3,20 +3,12 @@ return {
|
||||
-- tokyonight
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = { style = "moon" },
|
||||
config = function(_, opts)
|
||||
local tokyonight = require("tokyonight")
|
||||
tokyonight.setup(opts)
|
||||
tokyonight.load()
|
||||
end,
|
||||
},
|
||||
|
||||
-- catppuccin
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user