NeoVIM Config
Requirements
Install JetBrainsMono Fonts
brew tap homebrew/cask-fonts
brew install --cask font-jetbrains-mono font-jetbrains-mono-nerd-font
see more GitHub: JetBrainsMono Fonts
Insatll Just-In-Time Compiler (JIT) for the Lua programming language
brew install luajit
Make a backup of your current nvim folder
mv ~/.config/nvim ~/.config/nvim.bak
Clean nvim share & cache
rm -rf ~/.local/share/nvim ~/.cache/nvim
Insatll NeoVIM
brew install neovim
Options
Add New Editor (for Linux)
sudo update-alternatives --install /usr/bin/editor editor /usr/local/bin/nvim 50