Hacker News new | ask | show | jobs
Neovim is shipping bundled libraries? BAD idea (github.com)
2 points by dviola 4488 days ago
1 comments

Why is Neovim shipping bundled libraries?

Why is it forking libraries?

This is a huge step backwards.

What is this? Windows? Why they ship all libraries as part of the project?

System libraries are there for a good reason, use them!

This has the potential to introduce huge security issues and it should be considered bad practice.

Why not use git submodules at least to keep in sync with upstream?

I don't know about you but this is lame and I'd rather stick to Vim if this project is going to start forking all the libraies that it will use.