Install Neovim Click Me
Open nvim
and enter the following:
:checkhealth
Install a clipboard manager to fix copy/paste issue within Neovim
-
On mac
pbcopy
should be builtin -
On Ubuntu
sudo apt install xsel # for X11 sudo apt install wl-clipboard # for wayland
Next we need to install python support (node is optional)
-
Neovim python support
pip install pynvim
-
Neovim node support
npm i -g neovim
We will also need ripgrep
for Telescope to work:
-
Ripgrep
sudo apt install ripgrep
NOTE make sure you have node installed.
Install a Nerd Font for better Neovim Compatibility.