Skip to content

v3.2.2

Choose a tag to compare

@Zeioth Zeioth released this 13 Nov 22:45
· 205 commits to main since this release
2154c2a

New feature

  • Gradle support: When one of the files gradlew, build.gradle.kts, or build.gradle exist in the current working directory (by priority of detection), Telescope will be populated with all its task entries.

screenshot_2023-11-13_23-36-37_628173599

screenshot_2023-11-13_23-41-12_672880397

More info

(optionally) You can define the next globals

global defaut value
GRADLE_BUILD_TYPE ""

Example:

let g:GRADLE_BUILD_TYPE='release'

Globals persist between Neovim sessions.

Minor fixes

  • CMake We don't set a default value for the global CMAKE_BUILD_TYPE anymore.