We need to ignore NVIM_LISTEN_ADDRESS to avoid intersection with user clients. The same approach is used in firenvim. Closes #27.
I also edited NeovimQt::NeovimConnector::spawn a bit: I used initializer_list and removed the second argument (because it is the default argument).
We need to ignore
NVIM_LISTEN_ADDRESS
to avoid intersection with user clients. The same approach is used in firenvim. Closes #27. I also editedNeovimQt::NeovimConnector::spawn
a bit: I used initializer_list and removed the second argument (because it is the default argument).