Skip to content

Commit ca82c9c

Browse files
committed
fix(catppuccin): do not lazy load because of built in colorscheme conflict
1 parent 6cf7019 commit ca82c9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lua/astrocommunity/colorscheme/catppuccin

lua/astrocommunity/colorscheme/catppuccin/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
return {
22
"catppuccin/nvim",
33
name = "catppuccin",
4-
lazy = true,
4+
lazy = false,
5+
priority = 1000,
56
---@type CatppuccinOptions
67
---@diagnostic disable: missing-fields
78
opts = {

0 commit comments

Comments
 (0)