| config/nvim | ||
| .gitignore | ||
| install.sh | ||
| README.md | ||
myconfig.nvim
Font Installation
Hack Nerd Font installation
brew install font-hack-nerd-font
Configure python3 for neovim
pip install pynvim
validate the python3 support with the command:
:echo has("python3") # expected return value is 1