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
b2e659454f
commit
f80ddb41bc
1 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,9 @@ require("packer").startup(function()
|
||||||
-- vim plugs
|
-- vim plugs
|
||||||
-- essential
|
-- essential
|
||||||
use {
|
use {
|
||||||
'numToStr/Navigator.nvim',
|
'marty-oehme/Navigator.nvim',
|
||||||
config = function() require('Navigator').setup({ mux = "wezterm" }) end
|
branch = 'feat/add-wezterm-navigation',
|
||||||
|
config = function() require('Navigator').setup() end
|
||||||
} -- allow seamless navigation between vim buffers and tmux splits
|
} -- 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue