ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.95k stars 459 forks source link

feat: auto compile before debug (#1367). #1368

Closed ayamir closed 1 week ago

ayamir commented 1 week ago

1367

ayamir commented 1 week ago

@CodingOIer

CharlesChiuGit commented 1 week ago

seems reasonable for me, but i'm currently busy so i can't test it.

CodingOIer commented 1 week ago

However, the default output path of Debug should also be changed to ./filename.out. Now the default is ./a.out, and the compiled binary file is ./filename.out

ayamir commented 1 week ago

However, the default output path of Debug should also be changed to ./filename.out. Now the default is ./a.out, and the compiled binary file is ./filename.out

Done

CodingOIer commented 1 week ago

It works great, thanks a lot