How do u guys add nvim to path (build source beginner)

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?

do anything you like if it make you faster
I do it too. I have vmin alias with no plugin loading.

2 Likes

wow that’s crazy I have to do that too!!

how do you turn off plugins like that? is it easy to do?

found this!!

1 Like