Skip to content

v3.3.0

Compare
Choose a tag to compare
@Zeioth Zeioth released this 23 Mar 03:19
· 86 commits to main since this release

New feature

  • Meson support: When the file meson.build exist in the current working directory, Telescope will be populated with all its executable and custom_target entries.

screenshot_2024-03-23_04-05-25_431130767

screenshot_2024-03-23_04-56-59_219214553

More info

(optionally) You can define the next globals

global defaut value
MESON_CLEAN_FIRST false
MESON_BUILD_DIR ./build
MESON_BUILD_TYPE debug

Example:

let g:MESON_BUILD_TYPE='release'

Globals persist between Neovim sessions.