nvim: Switch Navigator plugin to use wezterm

Using wezterm in current implementation of Navigator.nvim plugin -
somewhat of a HACK until the final implementation exists in the plugin.
This commit is contained in:
Marty Oehme 2022-11-25 17:01:32 +01:00
parent e92e7e5b1c
commit 4f8d495191
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9

View file

@ -22,7 +22,7 @@ require("packer").startup(function()
-- essential -- essential
use { use {
'numToStr/Navigator.nvim', 'numToStr/Navigator.nvim',
config = function() require('Navigator').setup() end config = function() require('Navigator').setup({ mux = "wezterm" }) 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