Skip to content

Commit

Permalink
Merge pull request #242 from kabinspace/lualine_pin
Browse files Browse the repository at this point in the history
Fix lualine pinned commit
  • Loading branch information
mehalter committed Mar 31, 2022
2 parents e320d97 + 0f8bf43 commit e0ee017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ local astro_plugins = {
-- Statusline
{
"nvim-lualine/lualine.nvim",
commit = "6a3d367",
commit = "016a207",
config = function()
require("configs.lualine").config()
end,
Expand Down

0 comments on commit e0ee017

Please sign in to comment.