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

There is no space after GitBranch

Open huyvohcmc opened this issue 3 years ago • 1 comments

I use the config in example/eviline.lua and noticing that there is no space after the GitBranch section:

Screen Shot 2021-07-04 at 1 48 53 PM

Also, there is an extra space before GitIcon and extra spaces between LineColumn, LinePercent as well.

  • nvim version: 0.5.0 (stable)
  • galaxyline: latest (d544cb9)
  • config: https://github.com/huyvohcmc/dotfiles/blob/master/nvim/lua/plugins/galaxyline.lua

huyvohcmc avatar Jul 04 '21 06:07 huyvohcmc

@huyvohcmc Yes, there are indeed some odd spacing in several places. More importantly spaces are not consistent. I also raised a similar issue https://github.com/glepnir/galaxyline.nvim/issues/199#issue-945202359.

I was able to fix this issue locally though, you can have a look at my config attached with the issue.

Tinku10 avatar Jul 16 '21 11:07 Tinku10