neovim
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
neovim [2025/04/15 16:11] – [Copilot] dblume | neovim [2025/07/26 08:08] (current) – [Installation] 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 24: | Line 25: | ||
- [[https:// | - [[https:// | ||
- '' | - '' | ||
+ | - Assure you're logged in to GitHub with the profile you want to connect. The next step's setup will launch the browser. | ||
+ | - Start nvim and run '': | ||
- read [[https:// | - read [[https:// | ||
Line 31: | Line 34: | ||
<code bash> | <code bash> | ||
- | # (Done as part of CoPilot installation) | + | mkdir -p ~/ |
cd ~/ | cd ~/ | ||
# (Done as part of CoPilot installation) git clone --filter=blob: | # (Done as part of CoPilot installation) git clone --filter=blob: | ||
Line 37: | Line 40: | ||
git clone --filter=blob: | git clone --filter=blob: | ||
</ | </ | ||
+ | |||
+ | ==== macOS tweak ==== | ||
On macOS, I initially had trouble with diffs of the form '' | On macOS, I initially had trouble with diffs of the form '' | ||
Line 43: | Line 48: | ||
sed -i ' | sed -i ' | ||
</ | </ | ||
+ | |||
+ | ==== WSL tweak ==== | ||
+ | |||
+ | WSL sets '' | ||
+ | |||
+ | - '' | ||
+ | - or modify plenary' | ||
+ | - or '' | ||
+ | |||
+ | <code bash> | ||
+ | sed -i ' | ||
+ | </ | ||
+ | |||
+ | ==== Optional Settings ==== | ||
Optional, [[https:// | Optional, [[https:// |
neovim.1744758698.txt.gz · Last modified: 2025/04/15 16:11 by dblume