Merge 'upstream' example of the classic complete keymaps

- Add a commented out example of the classic complete keymaps.
- Minor improvements of debian install instructions.
This commit is contained in:
Damjan 9000
2024-04-20 20:12:35 +02:00
2 changed files with 10 additions and 2 deletions

View File

@@ -204,11 +204,13 @@ sudo apt install make gcc ripgrep unzip git neovim
```
sudo apt update
sudo apt install make gcc ripgrep unzip git
sudo apt install make gcc ripgrep unzip git curl
# Now we install nvim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo rm -rf /opt/nvim-linux64
sudo mkdir -p /opt/nvim-linux64
sudo chmod a+rX /opt/nvim-linux64
sudo tar -C /opt -xzf nvim-linux64.tar.gz
# make it available in /usr/local/bin, distro installs to /usr/bin