vimPlugins.tmux-nvim: init at 2023-03-11

This commit is contained in:
"Bernardo Meurer" 2023-04-11 12:16:31 -04:00 committed by Bernardo Meurer
parent f9e3da2559
commit 828c205e72
2 changed files with 13 additions and 0 deletions

View File

@ -9005,6 +9005,18 @@ final: prev:
meta.homepage = "https://github.com/wellle/tmux-complete.vim/";
};
tmux-nvim = buildVimPluginFrom2Nix {
pname = "tmux.nvim";
version = "2023-03-11";
src = fetchFromGitHub {
owner = "aserowy";
repo = "tmux.nvim";
rev = "9ba03cc5dfb30f1dc9eb50d0796dfdd52c5f454e";
sha256 = "0xkdihg0f9b0wc37zml7n3wsmy8ppy08zynv8f2j90xwlwad06b4";
};
meta.homepage = "https://github.com/aserowy/tmux.nvim/";
};
tmuxline-vim = buildVimPluginFrom2Nix {
pname = "tmuxline.vim";
version = "2021-07-20";

View File

@ -755,6 +755,7 @@ https://github.com/vim-scripts/timestamp.vim/,,
https://github.com/levouh/tint.nvim/,HEAD,
https://github.com/tomtom/tlib_vim/,,
https://github.com/wellle/tmux-complete.vim/,,
https://github.com/aserowy/tmux.nvim/,HEAD,
https://github.com/edkolev/tmuxline.vim/,,
https://github.com/folke/todo-comments.nvim/,,
https://github.com/AmeerTaweel/todo.nvim/,,