Follow for easy and fast vim!
Copy this folder to ~/.config/nvim:
cp -rf path/to/this/nvim ~/.configInstall these dependencies first on your system!
brew install neovimgit clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvimbrew install ripgrep
brew install fdOpen the editor and see if everything works as expected. You can also run :checkhealth telescope to inspect individual plugins/configs further.
nvim .You should be able to see most of the things working already! But we need to install our Plugins:
If you've installed Packer correctly, you should be able to install the specified plugins with the following command (from within nvim):
:PackerSync