vimPlugins.termwrapper-nvim: init at 2020-12-23

wip/yesman
figsoda 3 years ago
parent ca4463c73e
commit 19d5078770
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -4381,6 +4381,18 @@ let
meta.homepage = "https://github.com/jacoborus/tender.vim/";
};
termwrapper-nvim = buildVimPluginFrom2Nix {
pname = "termwrapper-nvim";
version = "2020-12-23";
src = fetchFromGitHub {
owner = "oberblastmeister";
repo = "termwrapper.nvim";
rev = "beb5d2d8a4b6c8fee10cfe5e0dfda158bb0cb33a";
sha256 = "05vr38w4qx42hy9injnji7qjkzm7pkysbkr8mlzalwb0i2giy51a";
};
meta.homepage = "https://github.com/oberblastmeister/termwrapper.nvim/";
};
tern_for_vim = buildVimPluginFrom2Nix {
pname = "tern_for_vim";
version = "2019-01-23";

@ -442,6 +442,7 @@ nvim-treesitter/nvim-treesitter
nvim-treesitter/nvim-treesitter-refactor
nvim-treesitter/nvim-treesitter-textobjects
nvim-treesitter/playground
oberblastmeister/termwrapper.nvim
ocaml/vim-ocaml
octol/vim-cpp-enhanced-highlight
ojroques/vim-oscyank@main

Loading…
Cancel
Save