Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 797 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 797 Bytes

telescope-snippets.nvim

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.

Requirements

Setup

You can setup the extension by doing

require('telescope').load_extension('snippets')

somewhere after your require('telescope').setup() call.

Available functions

require'telescope'.extensions.snippets.snippets{}

or

:Telescope snippets snippets