Personal configuration of nvim for mac with lazy-vim
Create a backup of our current nvim directory
cd && mv mv ./config/nvim{,.back}
Clone the starter
git clone url ~/.config/nvim
Remove the .git folder
rm -rf ~/.config/nvim/.git
Start Neovim!
nvim
Open nvim with vim command
sudo ln -s $(which nvim) /usr/local/bin/vim
In Bash:
source ~/.bashrc
In Zsh:
source ~/.zshrc
Start Neovim!
vim