Skip to content

adelarsq/jumper.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jumper.nvim 🐏

A simple plugin to jump between files.

Installation 🧙

Lazy 🐢

Add the following lines on the NeoVim config file (Lua):

require('lazy').setup({
  {
    'https://github.com/adelarsq/jumper.vim',
    config = function ()
        require('jumper').setup()
    end
  },
}, {})

Commands 🧩

  • JumperAdd - add current file to the list. Supports oil and nvim-tree plugins.
  • JumperList - show current file list on quickfix
  • JumperJump - jump to file by index

Acknowledgments 💡

Thanks goes to these people/projects for inspiration:

About

A simple Neovim plugin to jump between files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published