Skip to content

amiroslaw/telescope-jumps.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔭 telescope-jumps.nvim

Jumps in change and jump lists in the current file. The change list is sorted and doesn't have duplicates.

Installation

lazy.nvim

{'nvim-telescope/telescope.nvim',
    cmd = 'Telescope',
    dependencies = {
        { 'amiroslaw/telescope-jumps.nvim' },
    },
},

Vim-Plug

Plug "nvim-telescope/telescope.nvim"
Plug "amiroslaw/telescope-jumps.nvim"

Setup and Configuration

require('telescope').load_extension('jumps')

Usage

:Telescope jumps changes :Telescope jumps jumpbuff

Plugin is inspired by the extension LinArcX, and buildin finder jumps

About

Jumps in change and jump lists in the current file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages