File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,14 @@ sudo apt update
205205sudo apt install make gcc ripgrep unzip git xclip curl
206206
207207# Now we install nvim
208- curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64 .tar.gz
209- sudo rm -rf /opt/nvim-linux64
210- sudo mkdir -p /opt/nvim-linux64
211- sudo chmod a+rX /opt/nvim-linux64
212- sudo tar -C /opt -xzf nvim-linux64 .tar.gz
208+ curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64 .tar.gz
209+ sudo rm -rf /opt/nvim-linux-x86_64
210+ sudo mkdir -p /opt/nvim-linux-x86_64
211+ sudo chmod a+rX /opt/nvim-linux-x86_64
212+ sudo tar -C /opt -xzf nvim-linux-x86_64 .tar.gz
213213
214214# make it available in /usr/local/bin, distro installs to /usr/bin
215- sudo ln -sf /opt/nvim-linux64 /bin/nvim /usr/local/bin/
215+ sudo ln -sf /opt/nvim-linux-x86_64 /bin/nvim /usr/local/bin/
216216```
217217</details >
218218<details ><summary >Fedora Install Steps</summary >
You can’t perform that action at this time.
0 commit comments