cmake-tools.nvim icon indicating copy to clipboard operation
cmake-tools.nvim copied to clipboard

CMake integration in Neovim

Results 21 cmake-tools.nvim issues
Sort by recently updated
recently updated
newest added

so this is initial version of lockfile on_exit implementation, it seems to work i just want to share the progress TODO: - i'll move lock_file functions to utils and parametrize...

As the name implies, uses a single instance of toggleterm by closing the already opened one. Closes #209

**Bug description** I think I discovered a bug in this plugin while configuring [fzf-lua](https://github.com/ibhagwan/fzf-lua) with a another plugin [window-picker](https://github.com/s1n7ax/nvim-window-picker). one character is deleted and some characters are written to the...

bug

**Bug description** Hello! Thank you for the great plugin. I encountered a problem when lazy initializing the plugin with keys. Here's the error log ``` Failed to run `config` for...

bug

vscode has quick start. Can you support it?

enhancement

If I run CMakeRunTest it ask for a specific test to be executed. I would like to be able to run all available tests with a command. This can be...

enhancement

## Changes Description On CMake projects that use Conan as their package manager, there are two presets that are created with the same name. This always causes any `cmake` command...

**Bug description** compile_commands.json is not being symlinked to the root directory of the source folder on windows. Running the same command that is being passed to vim.cmd works properly from...

bug

My config is ```lua return { "Civitasv/cmake-tools.nvim", config = function() require("cmake-tools").setup { cmake_executor = { name = "toggleterm", opts = { direction = "tab", -- 'vertical' | 'horizontal' | 'tab'...

bug

My config is `return { "Civitasv/cmake-tools.nvim" }`. I tested on trivial project with only `main.cpp` and `CMakeLists.txt`. `CMakeGenerate` starts infinite loop (according to spinner) and error is ``` Error executing...

bug