fgheng / winbar.nvim

winbar config for neovim
111 stars 22 forks source link

fix: delayed loading of the nvim-gps module #16

Open brunuh opened 1 year ago

brunuh commented 1 year ago

What

Delays the loading of nvim-gps until required

Why

nvim-gps is being loaded when winbar.nvim is loaded, this causes a issue if nvim-gps is loaded after. This is a workaround that delays the loading of nvim-gps

Addresses the issue reported here: https://github.com/fgheng/winbar.nvim/issues/14

brunuh commented 1 year ago

Also integrated the seperator typo 😬 (I wanted it to get it into my branch)

mauricekraus commented 1 year ago

@brunuh I have included your fix and mine in my fork. Since this project seems to be unmaintained. I would be happy to continue the work on this project.