telescope-luasnip.nvim
telescope-luasnip.nvim copied to clipboard
Neovim plugin. Telescope.nvim extension that adds LuaSnip integration.
There is a problem when loading the extension into telescope. Problem appears when you follow the documentation provided on the repo page. Luasnip is installed, telescope is installed and the...
After executing ':Telescope luasnip', the selected snippet will not expand if telescope is in normal mode. To fix this, changing to insert mode earlier could be a possible solution.
We need an automated test that, ideally, starts Neovim with a minimal reproduction of the environment (Telescope, LuaSnip, some snippets) and ensures that it's working as expected. It should be...
Random breakages due to upstream breaking changes has been a thing for a little while now. It would be nice to catch these early. **Prior art**: See examples in other...
I'm trying to use `telescope-luasnip.nvim` with [LazyVim](https://www.lazyvim.org/), which bundles a few other telescope extensions. The issue I'm having is that `:Telescope luasnip` works exactly once, then subsequent invocations give the...
Big thanks to @prurph for reporting this issue, and @xorander00 for proposing a fix.
First off, thank you for making this extension, I can never remember my snippet names. I do a lot of adjustments of my snippets and heavily utilize the `edit_snippet_files` call....
…telescope picker
I installed normally but it doesnt run, instead i get the error: ``` Error executing Lua callback: ...scope-luasnip.nvim/lua/telescope/_extensions/luasnip.lua:99: attempt to compare string with tabl e stack traceback: ...scope-luasnip.nvim/lua/telescope/_extensions/luasnip.lua:99: in function...