mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vim-plugins/necosyntax: init
This commit is contained in:
parent
555306364e
commit
7e7c89d7df
@ -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 {
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user