sassanh / qnvim

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

Fix hardcoded paths #17

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

Hi! Thank you for your plugin. I would like to add this package to AUR for Arch Linux users, but I see that you have hardcoded paths for Neovim Qt source and build tree. In this PR I changed it to the NEOVIM_SOURCE_TREE and NEOVIM_BUILD_TREE variables.

I also commented USE_USER_DESTDIR = yes by default because set this variable for user is much easier than for build system.