Integration for snippets.nvim with telescope.nvim.
This plugin is also overriding dap
internal ui, so running any dap
command, which makes use of the internal ui, will result in a telescope
prompt.
- snippets.nvim (required)
- telescope.nvim (required)
You can setup the extension by doing
require('telescope').load_extension('snippets')
somewhere after your require('telescope').setup()
call.
require'telescope'.extensions.snippets.snippets{}
or
:Telescope snippets snippets