Arsen Kitov

Results 14 issues of Arsen Kitov

one-liner so that plenary.get_filetype('something.cppm') returns "cpp".

Ideally, we would like to automatically discover executables for tests with Bazel, CMake, and Conan. For CMake [cmake-tools.nvim](https://github.com/Civitasv/cmake-tools.nvim) may be useful.

Can have a look at how other plugins do it, e.g., [neotest-python](https://github.com/nvim-neotest/neotest-python). Will likely involve running the executable to discover the IDs, and then doing best-guess matching. Also best to...