Shatur / neovim-cmake

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

Add support for default json parameters #47

Closed xubury closed 2 years ago

xubury commented 2 years ago

Hi! The default json file makes user run program in target's parent path which usually isn't cwd (when run_dir is nil). Some people, like me, would perfer running program from cwd. So I make a commit that allow user to change "default parameters" of that json file. What do you think?

Shatur commented 2 years ago

Okay, makes sense!

Shatur commented 2 years ago

Could you update the README.md too?

xubury commented 2 years ago

The README is updated now.