v3.2.1
New feature
CMake support: When CMakeLists.txt is detected in the current working directory, Telescope will be populated with all itsadd_executableandadd_custom_targetentries.
More info
(optionally) You can define the next globals
| global | defaut value |
|---|---|
CMAKE_BUILD_DIR |
./build |
CMAKE_BUILD_TYPE |
Debug |
CMAKE_CLEAN_FIRST |
false |
Example:
let g:CMAKE_BUILD_TYPE='Release'
Globals persist between Neovim sessions.

