vimPlugins.train-nvim: init at 2020-09-10

This commit is contained in:
"Andrey Kuznetsov" 2021-02-01 10:29:26 +00:00
parent e482444bb6
commit 231567f699
2 changed files with 13 additions and 0 deletions

View file

@ -4166,6 +4166,18 @@ let
meta.homepage = "https://github.com/markonm/traces.vim/";
};
train-nvim = buildVimPluginFrom2Nix {
pname = "train-nvim";
version = "2020-09-10";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "train.nvim";
rev = "7b2e9a59af58385d88bf39c5311c08f839e2b1ce";
sha256 = "1pbv8c2wb6b2h9czx7c0c8v0q7v0wc4w9s6qgw7hcbqdl3jv1svh";
};
meta.homepage = "https://github.com/tjdevries/train.nvim/";
};
tslime-vim = buildVimPluginFrom2Nix {
pname = "tslime-vim";
version = "2020-09-09";

View file

@ -565,6 +565,7 @@ thosakwe/vim-flutter
tiagofumo/vim-nerdtree-syntax-highlight
tikhomirov/vim-glsl
tjdevries/nlua.nvim
tjdevries/train.nvim
tmhedberg/SimpylFold
tmsvg/pear-tree
tmux-plugins/vim-tmux