Summary: | app-vim/* Add support for neovim | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aric Belsito <lluixhi> |
Component: | Current packages | Assignee: | Vim Maintainers <vim> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | anrock623, ave, bearcatsandor, cyber+gentoo, ikelos, lo48576, lssndrbarbieri, opal, skrattaren, william |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=586882 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Aric Belsito
2017-03-14 20:36:03 UTC
I just attempted to created one solution to this problem (though it's not cleaned up because I'm not sure whether it would get accepted) available at https://github.com/lluixhi/gentoo/tree/neovim-syntax Adding a `vim-runtime.eclass` and inheriting from that in order to set the vimfiles directory. Aric, I see that your eclass proposal had been reviewed, do you plan to continue working on it? If there is some work I could do, let me know. It was too bad to not use all app-vim/* packages for neovim, too. Is this bug dead? I would be great to be able to have only neovim installed, and not an unused vim/vim-core installation. Worst case, I or someone else could set up ebuilds for this on an overlay. There's an opportunity to implement such support -- Vim eclasses are being ported to EAPI 8. https://github.com/gentoo/gentoo/pull/24941 |