github.com/neovim/pynvim
Python client and plugin host for Nvim
https://github.com/neovim/pynvim
Auto-detect `pynvim` located in dedicated virtual environment
drmikehenry opened this issue 2 months ago
drmikehenry opened this issue 2 months ago
vim.windows should only return windows in current tabpage
SirVer opened this issue 5 months ago
SirVer opened this issue 5 months ago
fix(test_connect_stdio): invoke python3 instead of python
jamessan opened this pull request 5 months ago
jamessan opened this pull request 5 months ago
ci: neovim nightly name was changed
justinmk opened this pull request 6 months ago
justinmk opened this pull request 6 months ago
fix: improve EOFError exception when remote nvim crashes
wookayin opened this pull request 7 months ago
wookayin opened this pull request 7 months ago
remove use of nvim_out_write/nvim_err_write/nvim_err_writeln
justinmk opened this issue 7 months ago
justinmk opened this issue 7 months ago
Microoptimize the walk() function
kmod opened this pull request 7 months ago
kmod opened this pull request 7 months ago
ci: improve build matrix configuration, test with python3.13 and neovim-stable as well
wookayin opened this pull request 7 months ago
wookayin opened this pull request 7 months ago
test_broadcast fails on Fedora 41
cryptomilk opened this issue 7 months ago
cryptomilk opened this issue 7 months ago
fix: remove the use of asyncio.get_child_watcher() for python3.14
cryptomilk opened this pull request 7 months ago
cryptomilk opened this pull request 7 months ago
broken on python3.14 ('asyncio' has no attribute 'get_child_watcher')
zokrezyl opened this issue 7 months ago
zokrezyl opened this issue 7 months ago
typing_extensions should be a dependency
kiyoon opened this issue 9 months ago
kiyoon opened this issue 9 months ago
build: fix conditional `install_requires`
mgorny opened this pull request 9 months ago
mgorny opened this pull request 9 months ago
Pynvim 0.5.1
jamessan opened this pull request 9 months ago
jamessan opened this pull request 9 months ago
fix(ci): macOS CI failing with python{3.7, 3.8, 3.9}
wookayin opened this pull request 9 months ago
wookayin opened this pull request 9 months ago
fix(tests): failing tests on python3.13 about stacktrace messages
wookayin opened this pull request 9 months ago
wookayin opened this pull request 9 months ago
Publish version 0.5.1
svermeulen opened this issue 9 months ago
svermeulen opened this issue 9 months ago
Not registering plugin command
huberb opened this issue 10 months ago
huberb opened this issue 10 months ago
docs: avoid deprecated $NVIM_LISTEN_ADDRESS env var
justinmk opened this pull request 11 months ago
justinmk opened this pull request 11 months ago
Usage examples incompatible with neovim >=0.8 (using deprecated $NVIM_LISTEN_ADDRESS)
dbarnett opened this issue 11 months ago
dbarnett opened this issue 11 months ago
fix(tests): remove reference to pytest-runner
0-wiz-0 opened this pull request 12 months ago
0-wiz-0 opened this pull request 12 months ago
pytest-runner deprecated
0-wiz-0 opened this issue 12 months ago
0-wiz-0 opened this issue 12 months ago
test_vim: Failure with Python 3.13
cryptomilk opened this issue about 1 year ago
cryptomilk opened this issue about 1 year ago
fix(tests): broadcast test fails
justinmk opened this pull request about 1 year ago
justinmk opened this pull request about 1 year ago
fix: Remove deprecated alias of logger.warn
cryptomilk opened this pull request about 1 year ago
cryptomilk opened this pull request about 1 year ago
How do you access the treesitter API via pynvim?
kdog3682 opened this issue over 1 year ago
kdog3682 opened this issue over 1 year ago
simplify remote plugins
justinmk opened this issue over 1 year ago
justinmk opened this issue over 1 year ago
Synchronous call initiated through a response of an async call drops the results of the sync call.
Badhi opened this issue over 1 year ago
Badhi opened this issue over 1 year ago
fix: UpdateRemotePlugins not finding specs on windows
tanj opened this pull request over 1 year ago
tanj opened this pull request over 1 year ago
UpdateRemotePlugins not finding any specs
tanj opened this issue over 1 year ago
tanj opened this issue over 1 year ago
fix(tests): "provider#python3#Prog" was removed upstream
justinmk opened this pull request over 1 year ago
justinmk opened this pull request over 1 year ago
Revert "fix: vim.eval('v:true') should return python bool #506"
samuelqp opened this pull request over 1 year ago
samuelqp opened this pull request over 1 year ago
Access output of lua commands
m-anish-gupta opened this issue over 1 year ago
m-anish-gupta opened this issue over 1 year ago
Python 3.8: TypeError: 'type' object is not subscriptable
gptlang opened this issue over 1 year ago
gptlang opened this issue over 1 year ago
Refactoring and tests for plugin Host and decorators
wookayin opened this pull request over 1 year ago
wookayin opened this pull request over 1 year ago
refactor: remove the use of forward references
wookayin opened this pull request over 1 year ago
wookayin opened this pull request over 1 year ago
checkhealth WARNING: Could not contact PyPI to get latest version
sudheer82 opened this issue over 1 year ago
sudheer82 opened this issue over 1 year ago
fix(asyncio): close child_watcher before the main loop is closed
wookayin opened this pull request over 1 year ago
wookayin opened this pull request over 1 year ago
Output flooded with EventLoop related messages
pierreganty opened this issue over 1 year ago
pierreganty opened this issue over 1 year ago
ci: fix failing readthedocs build
wookayin opened this pull request over 1 year ago
wookayin opened this pull request over 1 year ago
ci: fix failing readthedocs build by adding sphinx_rtd_theme dependency
wookayin opened this pull request over 1 year ago
wookayin opened this pull request over 1 year ago
docs (readthedocs) CI is failing
justinmk opened this issue over 1 year ago
justinmk opened this issue over 1 year ago
Pynvim 0.5.0
jamessan opened this pull request over 1 year ago
jamessan opened this pull request over 1 year ago
luaeval behavior: functions are serialized to `None`
wookayin opened this issue over 1 year ago
wookayin opened this issue over 1 year ago
`<abuf>` is wrong for `BufUnload` with hidden buffer
laomaiweng opened this issue almost 2 years ago
laomaiweng opened this issue almost 2 years ago
feat: Ex command `:py=` evaluate and print python expression
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
test: always use the same exact python executable regardless of $PATH
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
fix: invalid CLI use in scripts/{enable,disable}_log_statements.sh
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
Several refactoring on asyncio eventloop implementations
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
test: add tests for attaching through socket, tcp, and stdio
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
Fix broken tests on Windows due to EOF error and other minor bugs
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
ci: temporarily disable CI on windows
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
chore: use greenlet >= 3.0
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
packaging: add pynvim.__version__ attribute (0.5.0.dev0)
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
No longer works in Python 3.12
HiPhish opened this issue almost 2 years ago
HiPhish opened this issue almost 2 years ago
Get error "no module named imp" with Python 3.12
vds2212 opened this issue almost 2 years ago
vds2212 opened this issue almost 2 years ago
docs: Minor improvements to README.md
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
ci: Run CI and tox test for all supported python versions 3.7+
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
ci: Add python3.12 support
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
fix: fix broken dynamic import of rplugin modules
wookayin opened this pull request almost 2 years ago
wookayin opened this pull request almost 2 years ago
Controlling neovim from jupyter notebook: "another loop is running"
beyarkay opened this issue almost 2 years ago
beyarkay opened this issue almost 2 years ago
test_vim.py fails with Python 3.12
cryptomilk opened this issue almost 2 years ago
cryptomilk opened this issue almost 2 years ago
test_buffer: don't depend on version-dependent default values of 'define'
michel-slm opened this pull request about 2 years ago
michel-slm opened this pull request about 2 years ago
ci: fix python version matrix
justinmk opened this pull request about 2 years ago
justinmk opened this pull request about 2 years ago
Fix `Unknown config option: timout` warning
michel-slm opened this pull request about 2 years ago
michel-slm opened this pull request about 2 years ago
Test failures: "Event loop is closed" with Python 3.12, Fedora Linux
michel-slm opened this issue about 2 years ago
michel-slm opened this issue about 2 years ago
avoid imp module
justinmk opened this pull request about 2 years ago
justinmk opened this pull request about 2 years ago
ci: run tests on GitHub Actions
justinmk opened this pull request about 2 years ago
justinmk opened this pull request about 2 years ago
pin install pynvim fails to build greenlet on windows
benfranklin79 opened this issue about 2 years ago
benfranklin79 opened this issue about 2 years ago
`num_to_str` boolean check makes `Ultisnips` snippet engine laggy
jsr-p opened this issue over 2 years ago
jsr-p opened this issue over 2 years ago
Can't install pynvim with pipx
joe733 opened this issue over 2 years ago
joe733 opened this issue over 2 years ago
import pynvim 'disables' logging globally
jeff-dh opened this issue over 2 years ago
jeff-dh opened this issue over 2 years ago
more (complex) pynvim rplugin documentations & examples (packer, configs,...)
jeff-dh opened this issue over 2 years ago
jeff-dh opened this issue over 2 years ago
Packaging update
crowellel opened this pull request over 2 years ago
crowellel opened this pull request over 2 years ago
pynvim needs to be updated to use pyproject.toml
crowellel opened this issue over 2 years ago
crowellel opened this issue over 2 years ago
docs: fix typo
dundargoc opened this pull request over 2 years ago
dundargoc opened this pull request over 2 years ago
After updated to python 3.11, neovim can't find pynvim even I already install pynvim
ancion opened this issue almost 3 years ago
ancion opened this issue almost 3 years ago
Corrected some spelling mistakes.
JartC0ding opened this pull request almost 3 years ago
JartC0ding opened this pull request almost 3 years ago
[request] Update pypi release
yozachar opened this issue almost 3 years ago
yozachar opened this issue almost 3 years ago
Building a wheel for Python2 fails
vfleuryrodeofx opened this issue almost 3 years ago
vfleuryrodeofx opened this issue almost 3 years ago
pip install pynvim fails on macOS M1 trying to build greenlet.
661020786 opened this issue almost 3 years ago
661020786 opened this issue almost 3 years ago
modify line without deleting marks?
ces42 opened this issue about 3 years ago
ces42 opened this issue about 3 years ago
hola mija
bry5co opened this issue about 3 years ago
bry5co opened this issue about 3 years ago
Esta es una prueba de issues
davidf110102 opened this issue about 3 years ago
davidf110102 opened this issue about 3 years ago
Inservible
AlessoGonzalez opened this issue about 3 years ago
AlessoGonzalez opened this issue about 3 years ago
ImportError: dlopen(venv/lib/python3.9/site-packages/gevent/_gevent_c_hub_local.cpython-39-darwin.so, 2): no suitable image found
jiaxin-hou opened this issue about 3 years ago
jiaxin-hou opened this issue about 3 years ago
Fix: evaluate v:true/v:false to python bool type
uzxmx opened this pull request about 3 years ago
uzxmx opened this pull request about 3 years ago
OSError: EOF when trying to run example code on Windows
Toqozz opened this issue over 3 years ago
Toqozz opened this issue over 3 years ago
Update the pip package to the latest master branch
asmodeus812 opened this issue over 3 years ago
asmodeus812 opened this issue over 3 years ago
module greenlet not recognized
dongwangdw opened this issue over 3 years ago
dongwangdw opened this issue over 3 years ago
Greenlet is still unavailable for arm64?
mt1ger opened this issue over 3 years ago
mt1ger opened this issue over 3 years ago
Local python variables are not defined when using `py3eval` from within a separate python file
smjonas opened this issue over 3 years ago
smjonas opened this issue over 3 years ago
Consider maintaining pyuv
llchan opened this issue over 3 years ago
llchan opened this issue over 3 years ago
Python 3.10 cannot provide Python >= 3.3
prescottbreeden opened this issue almost 4 years ago
prescottbreeden opened this issue almost 4 years ago
Is it possible to install in root environment once and then use pynvim in every virtualenv without install again?
oakmegaeddie opened this issue almost 4 years ago
oakmegaeddie opened this issue almost 4 years ago
Update README.md
Anselmoo opened this pull request almost 4 years ago
Anselmoo opened this pull request almost 4 years ago
Fix the first call to sync functions returning null
dmitmel opened this pull request almost 4 years ago
dmitmel opened this pull request almost 4 years ago
PyPy support?
tejasvi opened this issue almost 4 years ago
tejasvi opened this issue almost 4 years ago
importing my Python module does not work
wakita opened this issue almost 4 years ago
wakita opened this issue almost 4 years ago
Add explicit API function definitions
stevearc opened this pull request almost 4 years ago
stevearc opened this pull request almost 4 years ago