-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AnsiEsc Instructions #12
Comments
Nvimpager should not share the plugins with neovim. I modify the runtimepath during startup to not load all those plugins a user might have and only need for editing. What does The ansi escaping should be triggered automatically iff you open a file with ansi escape sequences. So the next question would be what file you use. Can you create a minimal one where the problem shows up? |
Okay, I'll unpack your questions/statements so it's easier for me to address them.
This has not been my experience. I have the same plugins on nvimpager as I do on nvim
Doesn't happen here :( As an addendum, I'm on Gentoo, and I have nvimpager through the https://gitweb.gentoo.org/repo/gentoo.git/tree/app-editors/neovim/neovim-0.3.4-r1.ebuild#n86 This explains everything. |
I don't think so, but I'd be happy to attempt to write an ebuild for it myself. I'll open a separate issue for that :) |
Sorry to dissapoint, I just use vimpager instead, since I did not get around fixing it.
I'd love to see a working nvimpager in gentoo though.
Best regards,
ix
…On 17 May 2019 09:10:49 CEST, Lucas Hoffmann ***@***.***> wrote:
Oh well we have been there #7 :( Maybe @ix- has since managed to push
an ebuild for *this* nvimpager upstream?
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#12 (comment)
--
ix
|
I have AnsiEsc as a plugin in Neovim, but I have to manually activate it (
:AnsiEsc
) whenever I use nvimpager.How can I automatically enable AnsiEsc whenever I open something with nvimpager?
The text was updated successfully, but these errors were encountered: