- neovim v0.8.0+ (required for lua support)
- git
- Nerd patched font - used by nvim-web-devicons
-- Recomended:
brew install --cask font-fira-mono-nerd-font
-- Recomended: https://github.com/shaunsingh/SFMono-Nerd-Font-Ligaturized - ripgrep - default telescope grep searcher
- gnu-sed (nvim-spectre requirement):
brew install gnu-sed
Installation is as easy as cloning the YANC repository into your NeoVim configuration folder.
- If you already have a
~/.config/nvim
folder, make a backup withmv ~/.config/nvim ~/.config/NVIM.BAK
- Clone the repo with
git clone https://github.com/ricbermo/yanc ~/.config/nvim
- Run this to get all of the plugins installed
nvim --headless "+Lazy! sync" +qa