Use name to reference catppuccin plugin
This commit is contained in:
parent
1604376d4b
commit
02759c30f4
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
dependencies = { "catppuccin/nvim" },
|
dependencies = { "catppuccin" },
|
||||||
config = true,
|
config = true,
|
||||||
opts = {
|
opts = {
|
||||||
background_colour = require("catppuccin.palettes").get_palette("macchiato").base,
|
background_colour = require("catppuccin.palettes").get_palette("macchiato").base,
|
||||||
|
|
Loading…
Reference in a new issue