You need fd-find
, ripgrep
and xclip
/xsel
(X11) or wl-clipboard
(wayland).
Also for python support:
pip install pynvim
And for node support:
npm i -g neovim
mkdir $HOME/.virtualenvs
cd $HOME/.virtualenvs
python3 -m venv debugpy
debugpy/bin/python -m pip install debugpy
In nvim
use:
:checkhealth
Use stylua for lua formatting:
cargo install stylua --features lua52
stylua .