vimPlugins: add edkolev/tmuxline.vim

This commit is contained in:
Sandro Jäckel 2021-09-03 23:14:26 +02:00
parent da375deef3
commit eb5dcf8115
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 13 additions and 0 deletions

View File

@ -5630,6 +5630,18 @@ final: prev:
meta.homepage = "https://github.com/wellle/tmux-complete.vim/";
};
tmuxline-vim = buildVimPluginFrom2Nix {
pname = "tmuxline.vim";
version = "2021-07-20";
src = fetchFromGitHub {
owner = "edkolev";
repo = "tmuxline.vim";
rev = "4119c553923212cc67f4e135e6f946dc3ec0a4d6";
sha256 = "0gs2jghs1a9sp09mlphcpa1rzlmxmsvyaa7y20w6qsbczz989vm3";
};
meta.homepage = "https://github.com/edkolev/tmuxline.vim/";
};
todo-comments-nvim = buildVimPluginFrom2Nix {
pname = "todo-comments.nvim";
version = "2021-08-05";

View File

@ -123,6 +123,7 @@ easymotion/vim-easymotion
eddiebergman/nvim-treesitter-pyfold
eddyekofo94/gruvbox-flat.nvim
editorconfig/editorconfig-vim
edkolev/tmuxline.vim
edluffy/hologram.nvim@main
edluffy/specs.nvim@main
edwinb/idris2-vim