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
1 changed files with 2 additions and 3 deletions

View File

@ -27,10 +27,9 @@ require("packer").startup(function()
-- vim plugs
-- essential
use {
'marty-oehme/Navigator.nvim',
branch = 'feat/add-wezterm-navigation',
'numToStr/Navigator.nvim',
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 '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