vim-plugins/neoinclude: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:53:18 +01:00
parent 7e7c89d7df
commit b1a60ba86b
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View file

@ -113,6 +113,7 @@ rec {
concealedyank = concealedyank-vim;
cute-python = vim-cute-python-git;
vim-grepper = vim-grepper-git;
neoinclude = neoinclude-vim;
committia = committia-vim-git;
vim-test = vim-test-git;
peskcolor = peskcolor-vim-git;
@ -1869,6 +1870,17 @@ rec {
};
neoinclude-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neoinclude-vim-2017-10-01";
src = fetchgit {
url = "https://github.com/shougo/neoinclude.vim";
rev = "b5956ac824fdd60d6eacaa597c8d329252972d8b";
sha256 = "07x7hxqhklcr5y8zkw9939cwx7rpiicjlc65bn526fkmhcc2hng6";
};
dependencies = [];
};
neosnippet-snippets = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neosnippet-snippets-2017-09-26";
src = fetchgit {

View file

@ -251,6 +251,7 @@
"github:osyo-manga/vim-textobj-multiblock"
"github:cespare/vim-toml"
"github:ehamberg/vim-cute-python.git"
"github:shougo/neoinclude.vim"
"github:rhysd/committia.vim.git"
"github:shougo/neco-syntax"
"github:mhinz/vim-grepper.git"