My nvim config's
- ripgrep
- Run the following command.
# install vim-plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
git clone https://github.com/himanoa/nvimc.git ~/.config/nvim- Run the following command to start the vim
:PlugInstall
MIT