Civitasv / cmake-tools.nvim

CMake integration in Neovim
GNU General Public License v3.0
366 stars 59 forks source link

feat: add function to retrieve launch arguments #251

Closed lceWolf closed 2 weeks ago

lceWolf commented 3 weeks ago

The api allows setting the launch argument already, but it lacks an option to retrieve the currently set arguments. This commits adds the missing function. This enables use cases like appending new arguments to or removing some from the previously set ones.

lceWolf commented 2 weeks ago

Looks like I overlooked something. This function already exists here