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