Skip to content

Commit

Permalink
feat(defaults): enable neotree
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchilly committed Mar 25, 2024
1 parent 957497f commit c536623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/catppuccin/init.lua
Expand Up @@ -45,6 +45,7 @@ local M = {
gitsigns = true,
markdown = true,
neogit = true,
neotree = true,
nvimtree = true,
ufo = true,
rainbow_delimiters = true,
Expand Down
2 changes: 1 addition & 1 deletion lua/catppuccin/types.lua
Expand Up @@ -2,7 +2,7 @@
---@field options CatppuccinOptions
---@field setup fun(opts: CatppuccinOptions?)

---@alias CtpFlavor "mocha" | "macchiato" | "frappe" | "latte"
---@alias CtpFlavor "mocha" | "macchiato" | "frappe" | "latte" | "auto"
---@alias CtpColor "rosewater" | "flamingo" | "pink" | "mauve" | "red" | "maroon" | "peach" | "yellow" | "green" | "teal" | "sky" | "sapphire" | "blue" | "lavender" | "text" | "subtext1" | "subtext0" | "overlay2" | "overlay1" | "overlay0" | "surface2" | "surface1" | "surface0" | "base" | "mantle" | "crust"
---@class CtpFlavors<T>: {all: T, mocha: T, macchiato: T, frappe: T, latte: T }
---@class CtpColors<T>: {rosewater: T, flamingo: T, pink: T, mauve: T, red: T, maroon: T, peach: T, yellow: T, green: T, teal: T, sky: T, sapphire: T, blue: T, lavender: T, text: T, subtext1: T, subtext0: T, overlay2: T, overlay1: T, overlay0: T, surface2: T, surface1: T, surface0: T, base: T, mantle: T, crust: T, none: T }
Expand Down

0 comments on commit c536623

Please sign in to comment.