ilyachur/cmake4vim

Telescope integration with things like :CMakeSelectTarget

sam20908 opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
Native Telescope integration would be nice

Describe alternatives you've considered
I have considered using FZF, but since I'm using Telescope, and I don't really want FZF alongside Telescope.

Additional context

I am sure that Telescope supports extensions, but I cannot add it because I don't use Telescope.

Since I was looking for the same thing, I decided to get my hands dirty. Hope that helps:

https://github.com/SantinoKeupp/telescope-cmake4vim.nvim

@sam20908 You can install extension with can add support of Telescope to this plugin.
@SantinoKeupp thank you for the implementation.

I updated the README and added information about extensions.
I will close this ticket. Feel free to reopen if you have any questions.