nvim: Switch to the maintained galaxyline fork
See https://github.com/NTBBloodbath/galaxyline.nvim https://www.reddit.com/r/neovim/comments/pq3zvq/galaxylinenvim_is_back/
This commit is contained in:
parent
b31aeaf597
commit
52ff789cf3
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ gls.left[3] = {
|
||||||
FileIcon = {
|
FileIcon = {
|
||||||
provider = 'FileIcon',
|
provider = 'FileIcon',
|
||||||
condition = condition.buffer_not_empty,
|
condition = condition.buffer_not_empty,
|
||||||
highlight = { require('galaxyline.provider_fileinfo').get_file_icon_color, colors.line_bg },
|
highlight = { require('galaxyline.providers.fileinfo').get_file_icon_color, colors.line_bg },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
gls.left[4] = {
|
gls.left[4] = {
|
||||||
|
|
|
@ -103,7 +103,7 @@ local init = function ()
|
||||||
use 'inkarkat/SyntaxAttr.vim'
|
use 'inkarkat/SyntaxAttr.vim'
|
||||||
-- For statusline
|
-- For statusline
|
||||||
use {
|
use {
|
||||||
'glepnir/galaxyline.nvim',
|
'NTBBloodbath/galaxyline.nvim',
|
||||||
requires = { 'kyazdani42/nvim-web-devicons' }
|
requires = { 'kyazdani42/nvim-web-devicons' }
|
||||||
}
|
}
|
||||||
-- Marks and registers
|
-- Marks and registers
|
||||||
|
|
Loading…
Reference in a new issue