akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.35k stars 60 forks source link

How to build correctly? #498

Closed msdobrescu closed 10 months ago

msdobrescu commented 10 months ago

Under Gentoo there is no ebuild for goneovim, so I've tried building it manually. There is an already built package, but that one does not work under gentoo for missing some specific library version. So I've tried the following:

  1. Clone this repo and cd into the repo
  2. make qt_bindings
  3. make deps
  4. make app

The result is a smaller binary, of 9.5 MB, instead of 26 MB.

What am I doing wrong? What is the right procedure?

akiyosi commented 10 months ago

@msdobrescu Hi :) I believe the binary you generated is the correct binary. The binaries published in repository releases are static builds, which usually have a larger file size than a naive build.

msdobrescu commented 10 months ago

So is it normal to start like this?

image

akiyosi commented 10 months ago

Yes. If Neovim is plain with no plugins installed, it will start in the style shown above.

msdobrescu commented 10 months ago

Where are those plugins?

akiyosi commented 10 months ago

@msdobrescu You can take a look at some things at the following

https://dotfyle.com/neovim/plugins/trending

msdobrescu commented 10 months ago

Thanks! I have expected to list the links to the ones in the screenshots here.

akiyosi commented 10 months ago

Ah, is that a screenshot of this repository? To be honest, I no longer know the exact list of plugins used in that screenshot. That screenshot is about 2 years old. I believe the colorscheme is the following.

https://github.com/patstockwell/vim-monokai-tasty