telescope-packer.nvim icon indicating copy to clipboard operation
telescope-packer.nvim copied to clipboard

A Telescope extension that provides extra functionality for Packer.nvim

Results 6 telescope-packer.nvim issues
Sort by recently updated
recently updated
newest added

If I add the following to my packer config I can use this plugin perfectly: ```lua use { "nvim-telescope/telescope-packer.nvim", config = function() require("telescope").load_extension "packer" end, after = "telescope.nvim", }, ```...

`git -C %s ls-remote --get-url` returns `ssh://[email protected]/...` formed url. So xdg-open cannot open the url on browser. ```console $ git -C ~/.local/share/nvim/site/pack/packer/start/telescope-packer.nvim ls-remote --get-url ssh://[email protected]/nvim-telescope/telescope-packer.nvim.git ```

Hello. What is the proper way to install this plugin with packer? I tried just putting `use "nvim-telescope/telescope-packer.nvim"` but then it is not recognised by telescope

While browsing telescope plugins, I came across [telescope-lazy.nvim](https://github.com/tsakirist/telescope-lazy.nvim) and saw that they are displaying the state of each plugin (start/lazy). I think this would be a great add to this...

There's no usable `xdg-open` in the WSL. Can you use `wslview` instead? ``` E5108: Error executing lua .../site/pack/packer/start/plenary.nvim/lua/plenary/job.lua:106: xdg-open: Executable not found stack traceback: .../site/pack/packer/start/plenary.nvim/lua/plenary/job.lua:106: in function 'new' ...lescope-packer.nvim/lua/telescope/_extensions/packer.lua:94: in...