Navigator.nvim

Smoothly navigate between neovim and terminal multiplexer(s)

MIT License

Stars
385
Navigator.nvim - Bye Bye v0.6 Latest Release

Published by numToStr over 2 years ago

This is the last commit/tag which will support neovim v0.6. So If you are using 0.6 I'll recommend sticking to this tag.

Following are the migration instruction:

use {
    'numToStr/Navigator.nvim',
    tag = 'v0.6',
    config = function()
        require('Navigator').setup()
    end
}
Plug 'numToStr/Navigator.nvim', { 'tag': 'v0.6' }

" Somewhere after plug#end()
lua require('Navigator').setup()