configuration for neovim text editor.
install the latest version from and the required packages.
sudo pacman -Syu neovim python-pip python-virtualenv fzf ripgrep bat inotify-tools nodejs npm
sudo npm update -gcreate the python 3 environment and install the required libraries
virtualenv $HOME/.venvs/nvim
source $HOME/.venvs/nvim/bin/activate
pip3 install neovim pynvim black==22.10.0 isort flake8 clone this repository into the neovim configuration directory:
mkdir -p $HOME/.config/nvim
git clone https://www.github.com/ricalbr/nvim $HOME/.config/nvim- update plugins:
:lua vim.pack.update() - check LSP info:
:LspInfo - debug config:
:checkhealth