Hi,
I have built neovim from source for the first time and I am wondering what is a conventional way that many people add this to path. I am currently using brew on macOS and so I created an alias in my shell like this
v=“nvim”, and vv=“home/code/neovim/build/bin/nvim”.
now I can use both brew and my own build? is this a good way of going about things?
or should i be doing it differently?