v3.2.2
New feature
Gradle support: When one of the filesgradlew,build.gradle.kts, orbuild.gradleexist in the current working directory (by priority of detection), Telescope will be populated with all its task entries.
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
CMakeWe don't set a default value for the globalCMAKE_BUILD_TYPEanymore.

