User Tools

Site Tools


neovim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
neovim [2025/07/18 22:27] – [Copilot Chat] dblumeneovim [2025/07/26 08:08] (current) – [Installation] dblume
Line 11: Line 11:
 [[https://github.com/cli/cli/blob/trunk/docs/install_linux.md#snap-do-not-use|GitHub recommends against snap for gh]], and in WSL2, although I had ''snap'', it didn't work, so I [[https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-download|downloaded the tarball]]. (If you click Linux, it'll download the tarball. Otherwise [[https://github.com/neovim/neovim/releases|scroll down and find/expand "Assets"]].) Then I extracted it into $HOME/.local/bin/. [[https://github.com/cli/cli/blob/trunk/docs/install_linux.md#snap-do-not-use|GitHub recommends against snap for gh]], and in WSL2, although I had ''snap'', it didn't work, so I [[https://github.com/neovim/neovim/blob/master/INSTALL.md#install-from-download|downloaded the tarball]]. (If you click Linux, it'll download the tarball. Otherwise [[https://github.com/neovim/neovim/releases|scroll down and find/expand "Assets"]].) Then I extracted it into $HOME/.local/bin/.
  
 +  uname -m  # x86_64
   cd ~/.local/bin/   cd ~/.local/bin/
-  wget https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz +  wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.tar.gz 
-  tar -xvf nvim-linux64.tar.gz+  tar -xvf nvim-linux64.tar.gz.1
   ln -s nvim-linux64/bin/nvim nvim   ln -s nvim-linux64/bin/nvim nvim
  
neovim.1752902853.txt.gz · Last modified: 2025/07/18 22:27 by dblume