mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/tmux-navigator: use un-aliased package
This commit is contained in:
parent
9dc094489a
commit
fd5ef72725
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in
|
||||||
helpers.vim-plugin.mkVimPlugin config {
|
helpers.vim-plugin.mkVimPlugin config {
|
||||||
name = "tmux-navigator";
|
name = "tmux-navigator";
|
||||||
originalName = "vim-tmux-navigator";
|
originalName = "vim-tmux-navigator";
|
||||||
defaultPackage = pkgs.vimPlugins.tmux-navigator;
|
defaultPackage = pkgs.vimPlugins.vim-tmux-navigator;
|
||||||
globalPrefix = "tmux_navigator_";
|
globalPrefix = "tmux_navigator_";
|
||||||
|
|
||||||
maintainers = [helpers.maintainers.MattSturgeon];
|
maintainers = [helpers.maintainers.MattSturgeon];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue