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