vim-plugins/necosyntax: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:52:47 +01:00
parent 555306364e
commit 7e7c89d7df
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -1836,6 +1836,17 @@ rec {
};
neco-syntax = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-syntax-2017-10-01";
src = fetchgit {
url = "https://github.com/shougo/neco-syntax";
rev = "98cba4a98a4f44dcff80216d0b4aa6f41c2ce3e3";
sha256 = "1cjcbgx3h00g91ifgw30q5n97x4nprsr4kwirydws79fcs4vkgip";
};
dependencies = [];
};
neco-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "neco-vim-2017-10-01";
src = fetchgit {

View File

@ -252,6 +252,7 @@
"github:cespare/vim-toml"
"github:ehamberg/vim-cute-python.git"
"github:rhysd/committia.vim.git"
"github:shougo/neco-syntax"
"github:mhinz/vim-grepper.git"
"github:janko-m/vim-test.git"
"github:andsild/peskcolor.vim.git"