brew install nvim
see this
🤣
- create a "nvim" dir in
~/.config
- copy paste this init.vim file in
~/.config/nvim
see this
see this
specify your Py directory in init.vim configuration file
let g:python3_host_prog = '/usr/local/bin/python3'
you have to put your Py3 dir
see this
nvim init.vim
:PlugInstall
:checkhealth Telescope
:LspInstallServer
🤭