nvim: Switch to official Navigator branch

After the wezterm navigation changes have been merged into main we can
now use the upstream package again for navigating easily even in
wezterm.
This commit is contained in:
Marty Oehme 2022-12-16 23:24:36 +01:00
parent 11c7b82de0
commit 3b7c24c676
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -27,10 +27,9 @@ require("packer").startup(function()
-- vim plugs -- vim plugs
-- essential -- essential
use { use {
'marty-oehme/Navigator.nvim', 'numToStr/Navigator.nvim',
branch = 'feat/add-wezterm-navigation',
config = function() require('Navigator').setup() end config = function() require('Navigator').setup() end
} -- allow seamless navigation between vim buffers and tmux splits } -- allow seamless navigation between vim buffers and tmux/wezterm splits
use 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative use 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative
use 'RRethy/vim-illuminate' -- highlight other occurences of the word under cursor use 'RRethy/vim-illuminate' -- highlight other occurences of the word under cursor
use 'ojroques/vim-oscyank' -- yank from *anywhere* (even ssh session) to clipboard, using :OSCYank use 'ojroques/vim-oscyank' -- yank from *anywhere* (even ssh session) to clipboard, using :OSCYank