v3.3.0
New feature
Meson support: When the filemeson.buildexist in the current working directory, Telescope will be populated with all itsexecutableandcustom_targetentries.
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.

