Shatur / neovim-cmake

CMake integration for Neovim
GNU General Public License v3.0
87 stars 19 forks source link

Make dap optional during loading #52

Closed jkipper closed 2 years ago

jkipper commented 2 years ago

Make lazy loading easier, by only requiring dap when debugging.

Shatur commented 2 years ago

Makes sense! Could you update the readme to indicate that it's optional?