mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vim-plugins/neoinclude: init
This commit is contained in:
parent
7e7c89d7df
commit
b1a60ba86b
2 changed files with 13 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue