- nvim cmake plugin
- nvim
- python3
- cmake
[[plugins]]
repo = 'honeytrap15/nvim-cmake-proj'
open cmake project root.
% tree example_project
example_project
├── CMakeLists.txt
├── include
│ └── main.hpp
└── src
└── main.cpp
% nvim example_project
Execute 'CMakeReload' command. It generates vim-cmake-build directory.
:CMakeReload
Execute 'CMakeBuild' command. It generates vim-cmake-build directory and run build.
:CMakeBuild