Install

Linux

Neovim

From AppImage (“universal” Linux package):

curl -LO https://github.com/neovim/neovim/releases/download/v0.9.5/nvim.appimage
chmod u+x nvim.appimage

chmod u+x nvim.appimage
mkdir -p /opt/nvim
mv nvim.appimage /opt/nvim/nvim

For the fish shell:

# ~/.config/fish/config.fish
set -gx PATH "$PATH:/opt/nvim"

Upgrade LunarVim (in lvim):

:LvimUpdate

Older Versions:

apt install neovim
apt install ripgrep

Plugins https://gitlab.com/pkimber/cfg/-/blob/master/.cfg/README.rst:

nvim
:PlugInstall

fzf

Configuration

python Support

To check if your version of vim supports python run the version command… See Config, version.

To download a version of vim which includes support for python, download the Windows Vim installers without Cream. (I found this link on the Cream download page).