Last active
May 7, 2024 05:46
-
-
Save poppindouble/26fc81b1801d1976603789869ee20a53 to your computer and use it in GitHub Desktop.
nvim installing guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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