You need fd-find, ripgrep and xclip/xsel (X11) or wl-clipboard
(wayland) and fzf.
Also for python support:
pip install pynvimAnd for node support:
npm i -g neovimmkdir ~/.virtualenvs
cd ~/.virtualenvs
python -m venv debugpy
debugpy/bin/python -m pip install debugpyIn nvim use:
:checkhealth
:checkhealth lspUse stylua for lua formatting:
cargo install stylua --features lua52stylua .