You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the plugin however I am facing an issue where the galaxy line is not visible upon initial execution of neovim. If I call a buffer refresh via something like whichkey window in the example , it becomes visible. However on opening a neo-tree split-buffer it disappears again only to come after I close that split-buffer
Demonstration.
Issue Reproduction-
This is my config
The issue seems to be theme agnostic however I am using this theme
I have done no additional customizations besides loading the theme on my part
The text was updated successfully, but these errors were encountered:
config gl.short_line_list is a table value is some special buffer filetypes. when you in this buffer will show short_line. so you need config short_line . Also when you trigger WinLeave ,it also load short_line
-- if in LuaTree or vista or dbui buffer will load short_linegl.short_line_list= {'LuaTree','vista','dbui'}
gls.short_line_left[1] = {
BufferType= {
provider='FileTypeName',
separator='',
separator_highlight= {colors.purple,colors.bg},
highlight= {colors.fg,colors.purple}
}
}
gls.short_line_right[1] = {
BufferIcon= {
provider='BufferIcon',
separator='',
separator_highlight= {colors.purple,colors.bg},
highlight= {colors.fg,colors.purple}
}
}
check your config short_line just return a empty .so you don't see anything.
I really like the plugin however I am facing an issue where the galaxy line is not visible upon initial execution of neovim. If I call a buffer refresh via something like whichkey window in the example , it becomes visible. However on opening a neo-tree split-buffer it disappears again only to come after I close that split-buffer
Demonstration.
Issue Reproduction-
This is my config
The issue seems to be theme agnostic however I am using this theme
I have done no additional customizations besides loading the theme on my part
The text was updated successfully, but these errors were encountered: