Skip to content

Commit

Permalink
refactor: use short catppuccin plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed May 24, 2024
1 parent 847e044 commit db45627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/kyleking/plugins/colorscheme/catppuccin.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
return {
{
"catppuccin/nvim",
"catppuccin",
enabled = false, -- Currently unused
name = "catppuccin",
---@type CatppuccinOptions
opts = {
integrations = {
mason = true,
Expand Down

0 comments on commit db45627

Please sign in to comment.