Skip to content

v3.2.1

Compare
Choose a tag to compare
@Zeioth Zeioth released this 02 Nov 00:41
· 223 commits to main since this release

New feature

  • CMake support: When CMakeLists.txt is detected in the current working directory, Telescope will be populated with all its add_executable and add_custom_target entries.

screenshot_2023-11-02_00-00-12_901709390

screenshot_2023-11-02_01-40-02_298225055

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.