Justin M. Keyes
ebb7c38ca2
docs: misc
...
fix https://github.com/neovim/neovim.github.io/issues/419
Co-authored-by: Rob Pilling <robpilling@gmail.com >
2025-12-06 20:33:02 -05:00
zeertzjq
ff777f9a85
docs: small fixes ( #35791 )
...
Close #34938
Close #35030
Close #35233
Close #35259
Close #35290
Close #35433
Close #35541
Close #35766
Close #35792
Co-authored-by: huylg <45591413+huylg@users.noreply.github.com >
Co-authored-by: Jason Del Ponte <961963+jasdel@users.noreply.github.com >
Co-authored-by: sooriya <74165167+thuvasooriya@users.noreply.github.com >
Co-authored-by: Andrew Braxton <andrewcbraxton@gmail.com >
Co-authored-by: Enric Calabuig <enric.calabuig@gmail.com >
Co-authored-by: Augusto César Dias <augusto.c.dias@gmail.com >
Co-authored-by: David Sierra DiazGranados <davidsierradz@gmail.com >
Co-authored-by: Stepan Nikitin <90522882+vectravox@users.noreply.github.com >
Co-authored-by: Emilien Breton <bricktech2000@gmail.com >
2025-09-16 11:41:36 +08:00
Michael Henry
5f8d4a248a
feat(provider): detect venv python via "pynvim-python" tool #35273
...
Problem:
Detection of the pynvim module is currently done by finding the first
Python interpreter in the `PATH` and checking if it can import pynvim.
This has several problems:
- Activation of an unrelated Python virtual environment will break
automatic detection, unless pynvim is also installed in that
environment.
- Installing pynvim to the expected location is difficult. User
installation into the system-wide or user-wide Python site area is now
deprecated. On Ubuntu 24.04 with Python 3.12, for example, the
command `pip install --user pynvim` now fails with the error message
`error: externally-managed-environment`.
- Users may create a dedicated virtual environment in which to install
pynvim, but Nvim won't detect it; instead, they must either activate
it before launching Nvim (which interferes with the user of other
virtual environments) or else hard-code the variable
`g:python3_host_prog` in their `init.vim` to the path of the correct
Python interpreter. Neither option is desirable.
Solution:
Expose pynvim's Python interpreter on the `PATH` under the
name `pynvim-python`. Typical user-flow:
1. User installs either uv or pipx.
2. User installs pynvim via:
```
uv tool install --upgrade pynvim
# Or:
pipx install --upgrade pynvim
```
With corresponding changes in pynvim https://github.com/neovim/pynvim/issues/593
the above user-flow is all that's needed for Nvim to detect the
installed location of pynvim, even if an unrelated Python virtual
environments is activated. It uses standard Python tooling to automate
the necessary creation of a Python virtual environment for pyenv and the
publication of `pynvim-python` to a directory on `PATH`.
2025-08-16 14:48:08 -07:00
dundargoc
0814086a23
docs: misc ( #33093 )
...
Co-authored-by: Jx <JxJxxJxJ@github.com >
Co-authored-by: Richard Dzenis <richard@dzenis.dev >
Co-authored-by: Shixian Sheng <shixian_sheng-2@protonmail.com >
Co-authored-by: Sourabh Kumar <sourabh7.tech@gmail.com >
Co-authored-by: Yegor Yefremov <yegorslists@googlemail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2025-04-13 07:41:54 +08:00
dundargoc
e71d2c817d
docs: misc
...
Co-authored-by: Dustin S. <dstackmasta27@gmail.com >
Co-authored-by: Ferenc Fejes <fejes@inf.elte.hu >
Co-authored-by: Maria José Solano <majosolano99@gmail.com >
Co-authored-by: Yochem van Rosmalen <git@yochem.nl >
Co-authored-by: brianhuster <phambinhanctb2004@gmail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2025-01-30 13:46:06 +01:00
Christian Clason
c1718d6863
ci(release): add linux-arm64 appimage and tarball
...
Problem: No releases for ARM Linux.
Solution: Provide appimages and tarballs for `linux-arm64`. Rename
x86 releases to `linux-x86_64` for consistency.
2025-01-27 16:21:40 +01:00
dundargoc
6a425e7045
docs: misc
...
Co-authored-by: Axel <axelhjq@gmail.com >
Co-authored-by: Colin Kennedy <colinvfx@gmail.com >
Co-authored-by: Daiki Noda <sys9kdr@users.noreply.github.com >
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com >
Co-authored-by: Jean-Jacq du Plessis <1030058+jj-du-plessis@users.noreply.github.com >
Co-authored-by: Juan Giordana <juangiordana@gmail.com >
Co-authored-by: Lincoln Wallace <locnnil0@gmail.com >
Co-authored-by: Matti Hellström <hellstrom@scm.com >
Co-authored-by: Steven Locorotondo <steven.locorotondo@justeattakeaway.com >
Co-authored-by: Yochem van Rosmalen <git@yochem.nl >
Co-authored-by: glepnir <glephunter@gmail.com >
Co-authored-by: ifish <fishioon@live.com >
2025-01-11 10:34:12 +01:00
dundargoc
cd05a72fec
docs: misc ( #29719 )
...
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com >
Co-authored-by: Lauri Heiskanen <lauri.heiskanen@nimble.fi >
Co-authored-by: Piotr Doroszewski <5605596+Doroszewski@users.noreply.github.com >
Co-authored-by: Tobiasz Laskowski <tobil4sk@outlook.com >
Co-authored-by: ariel-lindemann <41641978+ariel-lindemann@users.noreply.github.com >
Co-authored-by: glepnir <glephunter@gmail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-08-29 06:11:32 +08:00
dundargoc
04c158fbec
docs: misc ( #29622 )
...
Co-authored-by: Christian Clason <c.clason@uni-graz.at >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-07-15 06:54:45 +08:00
dundargoc
8c5af0eb85
docs: misc ( #28837 )
...
Co-authored-by: Danymat <d.danymat@gmail.com >
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Jakub Okoński <jakub@okonski.org >
Co-authored-by: John L. Villalovos <john@sodarock.com >
Co-authored-by: Maria José Solano <majosolano99@gmail.com >
Co-authored-by: Michaili K <git@michaili.dev >
Co-authored-by: TheLeoP <eugenio2305@hotmail.com >
Co-authored-by: Tobias Schmitz <tobiasschmitz2001@gmail.com >
Co-authored-by: W20MC <157727813+W20MC@users.noreply.github.com >
Co-authored-by: Will Hopkins <willothyh@gmail.com >
Co-authored-by: Yifan Hu <141280278+b0ae989c@users.noreply.github.com >
Co-authored-by: glepnir <glephunter@gmail.com >
Co-authored-by: prljav <74116121+prljav@users.noreply.github.com >
2024-06-07 10:55:14 +08:00
dundargoc
b5c3687b6d
docs: misc ( #28761 )
...
Co-authored-by: Florian Zeitz <florob@babelmonkeys.de >
2024-05-16 17:37:46 +08:00
dundargoc
7acf39ddab
docs: misc ( #28609 )
...
Closes https://github.com/neovim/neovim/issues/28484 .
Closes https://github.com/neovim/neovim/issues/28719 .
Co-authored-by: Chris <crwebb85@gmail.com >
Co-authored-by: Gregory Anders <greg@gpanders.com >
Co-authored-by: Jake B <16889000+jakethedev@users.noreply.github.com >
Co-authored-by: Jonathan Raines <jonathan.s.raines@gmail.com >
Co-authored-by: Yi Ming <ofseed@foxmail.com >
Co-authored-by: Zane Dufour <zane@znd4.me >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2024-05-15 07:18:33 +08:00
dundargoc
a89ce89742
docs: fix typos ( #27868 )
...
Co-authored-by: ite-usagi <77563904+ite-usagi@users.noreply.github.com >
Co-authored-by: v-sim <56476039+v-sim@users.noreply.github.com >
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com >
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Co-authored-by: Quico Augustijn <quico.public@gmail.com >
Co-authored-by: nhld <nahnera@gmail.com >
Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com >
2024-03-28 09:32:32 +08:00
Robert O'Shea
5c36701228
docs(install): add more Linux install instructions #27350
2024-02-08 06:55:53 -08:00
dundargoc
76a659eb77
docs: various fixes ( #27063 )
...
Co-authored-by: lmenou <menl94629@gmail.com >
Co-authored-by: altermo <107814000+altermo@users.noreply.github.com >
Co-authored-by: VanaIgr <vanaigranov@gmail.com >
Co-authored-by: Gregory Anders <greg@gpanders.com >
2024-01-25 07:34:18 +08:00
Junghyeon Park
96d0f4a2d7
docs(INSTALL.md): remove update-alternatives instructions ( #27060 )
...
There are various other ways people can mimic the old commands, and
plenty of people that have never heard of the old commands.
This increases the consistency of the whole document by restricting it
to the scope to installation of Nvim and its CLI commands.
2024-01-19 16:34:51 +08:00
dundargoc
b3e5587b7f
docs: various fixes ( #26929 )
...
Co-authored-by: Patrick Bollinger <owner@pjbollinger.com >
Co-authored-by: vilo1839 <139687192+vilo1839@users.noreply.github.com >
2024-01-17 14:01:39 +08:00
dundargoc
1d63a057a6
docs: fix links
2023-12-13 20:31:16 +01:00
dundargoc
fbd0f6658f
docs: add installation and build guides from wiki to repo
2023-12-13 17:53:36 +01:00