Package Details: neovim-remote 2.5.0-1

Git Clone URL: https://aur.archlinux.org/neovim-remote.git (read-only, click to copy)
Package Base: neovim-remote
Description: Support --remote and friends for Neovim
Upstream URL: https://github.com/mhinz/neovim-remote
Licenses: MIT
Submitter: hexchain
Maintainer: hexchain
Last Packager: hexchain
Votes: 45
Popularity: 0.65
First Submitted: 2015-12-21 15:34 (UTC)
Last Updated: 2022-05-08 03:49 (UTC)

Latest Comments

1 2 Next › Last »

yashlala commented on 2022-01-29 20:31 (UTC)

Makes sense. Indeed, I have removed my yay's cached build and everything works again. Thank you for the help!

I hear that Shougo is maintaining a fork, but other than a new fix, it hasn't seen much more activity than the original repo.

sudoforge commented on 2022-01-29 19:14 (UTC)

@yashlala, as an AUR package, the consumers (i.e. you) are the ones who build it.

To help users, the maintainer could bump the pkgrel here so that the clients they use (i.e. makepkg, or wrappers like aurutils or yay) will rebuild the "new version".

I should also note here that the upstream project hasn't seen a new commit in a little over two years.

yashlala commented on 2022-01-29 19:11 (UTC)

Still broken as per @sudoforge's comment. Looks like rebuilding does make everything work again -- any chance of that happening soon?

Please let me know if I'm misunderstanding the issue.

sudoforge commented on 2021-12-13 16:10 (UTC) (edited on 2021-12-13 16:13 (UTC) by sudoforge)

Broken with Python 3.10, which is in community as of today.

WORKAROUND: Rebuild the neovim-remote package.

hexchain commented on 2021-08-17 10:40 (UTC)

@m040601: Done, thanks for the comment.

m040601 commented on 2021-08-15 22:05 (UTC) (edited on 2021-08-15 22:12 (UTC) by m040601)

Please add missing files README and bash completion.

The source repository,

.
├── contrib
│   └── completion.bash
├── images
│   ├── demo1.gif
│   └── demo2.gif
├── INSTALLATION.md
├── LICENSE
├── Makefile
├── MANIFEST.in
├── nvr
│   ├── __init__.py
│   └── nvr.py
├── README.md
├── setup.py
└── tests
    └── test_nvr.py

Contains a file "completion.bash" It should end up in something like, "/usr/share/bash-completion/completions/neovim-remote"

Or if you prefer not to enable it by default in, shipt it to "/usr/share/doc/neovim-remote/" ( or even "/usr/share/neovim-remote/")

It also contains a README. It is more than what is provided with "--help".

It describes some use cases, can contain important warnings, and helps to better understand the mechanism how neovim-remote works, which can be tricky some times.

It should end up in "/usr/share/doc/neovim-remote/README"

Thanks in advance.

eggze commented on 2019-11-29 08:47 (UTC)

There is more info about this change, but I still do not know what should be installed in case of AUR: https://github.com/mhinz/neovim-remote/commit/684ad2323bed82a71253f4c1ac9c8300e62e7cff

eggze commented on 2019-11-29 08:44 (UTC)

After the recent update this package stopped working, it's related to this commit: https://github.com/mhinz/neovim-remote/commit/8cb46bdc2360e4f1c58ccc6fc5a0b739a5381c01

I can see this package uses python-pynvim, I tried to install python-neovim-git but it didn't help. I'm not sure what's the correct package to use.

Teteros commented on 2019-09-03 16:07 (UTC)

python-neovim package was renamed to python-pynvim https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/python-pynvim&id=4f5993a5176ee85ff2cec5adda920db3daac13d7

scarab5q commented on 2019-04-30 10:12 (UTC)

@hexchain it turned out to be a problem with my entire system as you suggested. I think I must have used sudo pip install at some point and I think it made a mess of everything. So it turns out this was a much much bigger issue. Really sorry for putting at your feet for no reason was just a bit confused :(