galaxyline.nvim icon indicating copy to clipboard operation
galaxyline.nvim copied to clipboard

neovim statusline plugin written in lua

Results 65 galaxyline.nvim issues
Sort by recently updated
recently updated
newest added

- Closes #188. - If the user passes a function or a table containing a function to `highlight` or `separator_highlight`, the highlight groups do get initialized, but do not get...

I use the config in ![example/eviline.lua](https://github.com/glepnir/galaxyline.nvim/blob/main/example/eviline.lua) and noticing that there is no space after the GitBranch section: Also, there is an extra space before GitIcon and extra spaces between LineColumn,...

I have tried resizing a window vertically by using `:vertical resize -xx`. It didn't hide the sections with the `condition.hide_in_width`. It only triggers when a new window created by vertical...

Is it possible to have only one window for multiple windows? rather than having multiple statuslines! I wouldnt want this : ![image](https://user-images.githubusercontent.com/59060246/119433138-41cf0480-bd33-11eb-9291-d79553c86e3e.png)

- GitBranch provider hasn't been accepting all possible detached head characters up until now. Example: I had a detached head with a tag name `0.5.0` – current implementation would cut...

Hello! I'm trying to lazy load Galaxyline but loading it at VimEnter, but it's not working. I asked other people about it and they are experiencing the same issue. Any...

Hi, I'm thinking of switching to galaxyline. But I think my prefer statusline is kinda different to everyone. Let me explain it first. What I want is, as the title...

https://github.com/glepnir/galaxyline.nvim/blob/d544cb9d0b56f6ef271db3b4c3cf19ef665940d5/lua/galaxyline/provider_vcs.lua#L105 Is `--contains` necessary in the command "git branch -a --no-abbrev --contains"? I find it's blocking and freeze the whole neovim ui when there are hundreds of thousands of commits.