sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

Ignore NVIM_LISTEN_ADDRESS #28

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

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).