Skip to content

nvim-telescope/telescope-packer.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

telescope-packer.nvim

Integration for packer.nvim with telescope.nvim.

Requirements

Available commands

:Telescope packer

For the command to work this line should be added

require("telescope").load_extension "packer"

Available functions

require('telescope').extensions.packer.packer(opts)

Available mappings

Mappings Action
<C-o> Open online repository
<C-f> Open with find_files
<C-b> Open with file_browser
<C-g> Open with live_grep

Configure plugin

Default settings can be set

telescope.setup {
	extensions = {
		packer = {
			theme = "ivy",
			layout_config = {
				height = .5
			}
		}
	}
}

Actions

WIP

About

A Telescope extension that provides extra functionality for Packer.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages