Skip to content

Instantly share code, notes, and snippets.

@poppindouble
Last active May 7, 2024 05:46
Show Gist options
  • Save poppindouble/26fc81b1801d1976603789869ee20a53 to your computer and use it in GitHub Desktop.
Save poppindouble/26fc81b1801d1976603789869ee20a53 to your computer and use it in GitHub Desktop.
nvim installing guide
1. download neovim-linux64.tar.gz
2. sudo mv nvim-linux64 /usr/local/bin/
3. sudo ln -s /usr/local/bin/nvim-linux64/bin/nvim /usr/local/bin/nvim
4. install nodejs, refer to node installing guide
5. install vim-plug from official website
6. install xclip for yank to clipboard.
$ sudo apt update
$ sudo apt install xclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment