nvim: Change to Navigator fork supporting wezterm
Changed to personal fork of Navigator which supports wezterm for the time being - until the changes are merged in some fashion upstream.
This commit is contained in:
parent
e92e7e5b1c
commit
dff4308b4d
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ require("packer").startup(function()
|
|||
-- vim plugs
|
||||
-- essential
|
||||
use {
|
||||
'numToStr/Navigator.nvim',
|
||||
'marty-oehme/Navigator.nvim',
|
||||
branch = 'feat/add-wezterm-navigation',
|
||||
config = function() require('Navigator').setup() end
|
||||
} -- allow seamless navigation between vim buffers and tmux splits
|
||||
use 'jeffkreeftmeijer/vim-numbertoggle' -- toggles numbers to absolute for all buffers but the current which is relative
|
||||
|
|
Loading…
Reference in a new issue