A feature that was lost with the rewrite is the ability to detect and use a build directory. Suggest using a global variable, like vim.g.build_directory. We can then make a best effort attempt to detect it or just use a user-set value. This would save the user typing out the build directory path for some build systems like cmake and meson.
A feature that was lost with the rewrite is the ability to detect and use a build directory. Suggest using a global variable, like
vim.g.build_directory. We can then make a best effort attempt to detect it or just use a user-set value. This would save the user typing out the build directory path for some build systems like cmake and meson.