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