tmuxPlugins.vim-tmux-navigator: fix runtimepath (#60165)
This commit is contained in:
parent
b63c99659e
commit
6c28c29e64
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ in rec {
|
|||
|
||||
vim-tmux-navigator = mkDerivation {
|
||||
pluginName = "vim-tmux-navigator";
|
||||
rtpFilePath = "vim-tmux-navigator.tmux";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/christoomey/vim-tmux-navigator";
|
||||
rev = "4e1a877f51a17a961b8c2a285ee80aebf05ccf42";
|
||||
|
|
Loading…
Reference in a new issue