Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 921 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 921 Bytes

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: