A simple plugin to jump between files.
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
},
}, {})
- 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
Thanks goes to these people/projects for inspiration: