My neovim init.vim configuration file.
Installation process:
-
At first:
brew install nvim
npm install --location=global pyright
-
Check the Neovim installation (optional):
:checkhealth
If needed - fix missing packages and settings. -
Neovim settings will be stored at
~/.config/nvim/init.vim
file:
mkdir ~/.config/nvim
cd ~/.config/nvim
touch init.vim
-
Pip install for Neovim:
pip install neovim
pip install pynvim
-
Replace init.vim
-
Update and install plugins:
:PlugInstall
-
install Co-python (optional):
:CocInstall coc-python