neovim
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
neovim [2024/04/08 22:43] – Remove the snap instructions 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:// | ||
- | | + | |
+ | ===== Copilot Chat ===== | ||
+ | |||
+ | See [[https:// | ||
+ | |||
+ | <code bash> | ||
+ | mkdir -p ~/ | ||
+ | cd ~/ | ||
+ | # (Done as part of CoPilot installation) git clone --filter=blob: | ||
+ | git clone --filter=blob: | ||
+ | git clone --filter=blob: | ||
+ | </ | ||
+ | |||
+ | ==== macOS tweak ==== | ||
+ | |||
+ | On macOS, I initially had trouble with diffs of the form '' | ||
+ | |||
+ | <code bash> | ||
+ | sed -i ' | ||
+ | </ | ||
+ | |||
+ | ==== WSL tweak ==== | ||
+ | |||
+ | WSL sets '' | ||
+ | |||
+ | - '' | ||
+ | - or modify plenary' | ||
+ | - or '' | ||
+ | |||
+ | <code bash> | ||
+ | sed -i ' | ||
+ | </ | ||
+ | |||
+ | ==== Optional Settings ==== | ||
+ | |||
+ | Optional, [[https:// | ||
+ | |||
+ | |||
+ | <code bash> | ||
+ | git clone --filter=blob: | ||
+ | ~/ | ||
+ | </ | ||
+ | |||
+ | Add '' | ||
+ | |||
+ | See what you think of this first. (Rainbow parentheses may be gone. Might have to add something like [[https:// | ||
+ | |||
+ | <code bash> | ||
+ | git clone --filter=blob: | ||
+ | ~/ | ||
+ | </ | ||
===== taglist ===== | ===== taglist ===== | ||
Line 59: | Line 112: | ||
Then in your init.vim, add the following snippet: | Then in your init.vim, add the following snippet: | ||
- | < | + | < |
lua << EOF | lua << EOF | ||
- | require("cscope_maps").setup() | + | |
+ | disable_maps = true, -- Mapping C-] to :Cstag < | ||
+ | -- Alternatively, | ||
+ | -- skip_input_prompt = true, | ||
+ | -- cscope = { skip_picker_for_single_result = true }, | ||
+ | }) | ||
EOF | EOF | ||
</ | </ |
neovim.1712641397.txt.gz · Last modified: 2024/04/08 22:43 by dblume