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:
parent
11c7b82de0
commit
3b7c24c676
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue