Skip to content

Commit

Permalink
F/statusline: remove deprecated component
Browse files Browse the repository at this point in the history
glephir/galaxyline.nvim is no more active now. But currently the neovim
has breaking changes. So I have to fork it and fix the issue.

See details in:
Avimitin/galaxyline.nvim@201e0ca.

Signed-off-by: Avimitin <[email protected]>

Former-commit-id: b4e8b33 [formerly b4e8b33 [formerly 5c31007]]
Former-commit-id: b05cd05
Former-commit-id: 0231270
  • Loading branch information
Avimitin committed Dec 12, 2021
1 parent 2fc382b commit 3b384b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ return require('packer').startup(function(use)
use {'kyazdani42/nvim-web-devicons', event = "BufRead"}

use {
'glepnir/galaxyline.nvim',
'Avimitin/galaxyline.nvim',
branch = 'main',
after = "nvim-web-devicons",
config = function() require("config.statusline") end
Expand Down

0 comments on commit 3b384b7

Please sign in to comment.