Skip to content

Commit

Permalink
Playing with osc52 again again
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Jan 31, 2024
1 parent 1458485 commit bb160f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ symlink_clean:
clean: symlink_clean

clean_neovim:
rm -rf ~/opt/neovim ~/bin/vim
rm -rf ~/.local/share/nvim/
rm -rf ~/.config/nvim/
mkdir -p ~/tmp/trash/
mv ~/opt/neovim/ ~/tmp/trash/
mv ~/bin/vim ~/tmp/trash/
mv ~/.local/share/nvim/ ~/tmp/trash/
rm -rf ~/tmp/trash/
1 change: 1 addition & 0 deletions setup.deb/nvim_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mkdir -p neovim
cd neovim

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
# curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
chmod u+x nvim.appimage

# ln -s ~/opt/neovim/nvim.appimage ~/bin/vim

0 comments on commit bb160f4

Please sign in to comment.