Skip to content

Commit

Permalink
chore: add snacks.nvim as option for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Feb 23, 2025
1 parent 4ac5422 commit 041ea3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The minimal requirement is to at least set up one provider, hence one from the s
{
"frankroeder/parrot.nvim",
dependencies = { 'ibhagwan/fzf-lua', 'nvim-lua/plenary.nvim' },
-- optionally include "rcarriga/nvim-notify" for beautiful notifications
-- optionally include "folke/noice.nvim" or "rcarriga/nvim-notify" for beautiful notifications
config = function()
require("parrot").setup {
-- Providers must be explicitly added to make them available.
Expand Down

0 comments on commit 041ea3a

Please sign in to comment.