diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-20 20:12:35 +0200 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2024-04-20 20:12:35 +0200 |
commit | 98134335b8d33d52e8d8313058be3fa98a0fdce8 (patch) | |
tree | f045477effae4eb5aded974e5f4234f19e3385b4 /README.md | |
parent | 77119da9419cb8753425e20f9d20e21783472013 (diff) | |
parent | 2e68a2c2532d1575b717721a34efa033f4d7a88e (diff) |
Merge 'upstream' example of the classic complete keymaps
- Add a commented out example of the classic complete keymaps.
- Minor improvements of debian install instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |