neovim
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| neovim [2025/07/18 22:27] – [Copilot Chat] dblume | neovim [2025/10/17 17:07] (current) – [Updating Copilot and Copilot Chat] dblume | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| [[https:// | [[https:// | ||
| + | uname -m # x86_64 | ||
| cd ~/ | cd ~/ | ||
| - | wget https:// | + | wget https:// |
| - | tar -xvf nvim-linux64.tar.gz | + | tar -xvf nvim-linux64.tar.gz.1 |
| ln -s nvim-linux64/ | ln -s nvim-linux64/ | ||
| Line 38: | Line 39: | ||
| git clone --filter=blob: | git clone --filter=blob: | ||
| git clone --filter=blob: | git clone --filter=blob: | ||
| + | </ | ||
| + | |||
| + | ===== Updating Copilot and Copilot Chat ===== | ||
| + | |||
| + | This is a manual process because I only want to do it when I'm ready to handle backwards incompatibilities. | ||
| + | |||
| + | Update Copilot autosuggest: | ||
| + | <code bash> | ||
| + | mkdir ~/backup | ||
| + | mv ~/ | ||
| + | git clone --filter=blob: | ||
| + | # Test auto suggest. If it works, delete the backup and the /.git dir... | ||
| + | rm -rf ~/ | ||
| + | rm -rf ~/ | ||
| + | </ | ||
| + | |||
| + | Update Copilot Chat: | ||
| + | <code bash> | ||
| + | mv ~/ | ||
| + | mkdir -p ~/ | ||
| + | cd ~/ | ||
| + | git clone --filter=blob: | ||
| + | git clone --filter=blob: | ||
| + | # If WSL, see if you have to fix XDG_RUNTIME_DIR. | ||
| + | # Test : | ||
| + | rm -rf ~/ | ||
| + | rm -rf ~/ | ||
| + | rm -rf ~/ | ||
| + | rmdir ~/backup | ||
| </ | </ | ||
| Line 63: | Line 93: | ||
| Optional, [[https:// | Optional, [[https:// | ||
| - | |||
| <code bash> | <code bash> | ||
neovim.1752902853.txt.gz · Last modified: 2025/07/18 22:27 by dblume