Skip to content

Commit

Permalink
Force neovim linking
Browse files Browse the repository at this point in the history
  • Loading branch information
enriikke committed Jan 30, 2024
1 parent df3259f commit 200c92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
sudo mv nvim.appimage /
sudo ln -s /nvim.appimage /usr/bin/nvim
sudo ln -sf /nvim.appimage /usr/bin/nvim
fi

# copy dotfiles
Expand Down

0 comments on commit 200c92c

Please sign in to comment.