/telescope-snippets

Primary LanguageLuaGNU General Public License v2.0GPL-2.0

telescope-snippets

This is extensions of Telescope that use snippets.nvim Peek 2021-06-12 00-18

Installations

--install telescope
use 'nvim-lua/popup.nvim'
use 'nvim-lua/plenary.nvim'
use 'nvim-telescope/telescope.nvim'

--install this integration
use 'Maverun/telescope-snippets'

Setup

Can done setup by

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

and to run it

:Telescope snippets

Inspire

I got inspire by telescope-ultisnips.nvim Although it may not be much but I figure I should create similar one with currently snippets I am using while learning how to make plugins and lua for a first time.

It is not perfect, there is quite a few problem that could cause but I have no idea how to face it