igankevich / mesonic

Mesonic: A Vim plugin for Meson build system
48 stars 7 forks source link

feature request: MesonConfigure without any options shows current configuration #8

Closed bartlibert closed 5 years ago

bartlibert commented 5 years ago

It would be nice if "MesonConfigure" without any options would show the current configuration (maybe just the stdout output?). If this is not possible, no problem, it would just be easy to be able to see the current configuration from vim instead of having to leave it to go to the terminal.

igankevich commented 5 years ago

This should be fairly easy. I will try to add it when I have more time for vim plugins :-)

igankevich commented 5 years ago

Now MesonConfigure can be called without arguments to show all options.

bartlibert commented 5 years ago

Great, thanks!