loaf4

Results 7 comments of loaf4

I don't quite understand where it should be located and where the `cmake` variable comes from

Thanks a lot, everything worked out. But there is a new problem. I use toggleterm. For some reason, after the first command, if I run any other, I get the...

The problem with the code: ``` vim.keymap.set("n", "dz", function() cmake.select_launch_target(function() vim.cmd("CMakeRun") end) end, { desc = "run with target select" }) ``` When I try to launch `:CMakeRun` or `:CMakeBuild`...

When I use this method: ``` vim.keymap.set("n", "dz", function() cmake.select_launch_target(function() vim.cmd("CMakeRun") end) end, { desc = "run with target select" }) ``` this message immediately appears and the command execution...

Basically, my config is almost completely default. But I use `toggleterm` (and I would like to continue using it, because it seems to me the most convenient for everyone) ```...