This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
Provide a suitable command to run cmake --install [build_dir]
within neovim
#24
Labels
enhancement
New feature or request
Describe the problem
Modern CMake (3.15+) supports the
cmake --install [build_dir]
command (invoked on the command line from the project root). Currently, this plugin lacks a neovim command to run the install command.Describe the solution you'd like
Would like to have a install subcommand i.e.
:CMake install
within Neovim.Describe alternatives you've considered
Using the built-in neovim terminal just for this command.
Additional context
Reference link for the install command:
The text was updated successfully, but these errors were encountered: