Neovim Neovim / Documentation / GitHub r/neovim Getting Started Plugins kickstart.nvim (GitHub) Install Install ripgrep and fd with Homebrew. Install Neovim with Homebrew. brew install neovim Start Neovim. nvim Advent of Neovim Create ./config/neovim/init.lua. mkdir -p ./config/neovim touch ./config/neovim/init.lua Source init.lua in Neovim. :source % TO BE CONTINUED …