Skip to content

Commit

Permalink
fix(noice-nvim): Use repo name for heirline plugin (#1367)
Browse files Browse the repository at this point in the history
Update init.lua

changed heirline.nvim to rebelot/heirline.nvim
  • Loading branch information
Sundhar22 authored Feb 24, 2025
1 parent 8ac30a6 commit 918d5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/utility/noice-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ return {
end,
},
{
"heirline.nvim",
"rebelot/heirline.nvim",
optional = true,
opts = function(_, opts)
local noice_opts = require("astrocore").plugin_opts "noice.nvim"
Expand Down

0 comments on commit 918d5e4

Please sign in to comment.