vimPlugins: add edkolev/tmuxline.vim

mullvad-ns
Sandro Jäckel 3 years ago
parent da375deef3
commit eb5dcf8115
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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";

@ -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

Loading…
Cancel
Save