Merge #16501: add a guide about vim plugins

This commit is contained in:
Vladimír Čunát 2017-01-30 18:28:20 +01:00
commit 49b136377a
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
4 changed files with 109 additions and 0 deletions

View file

@ -68,6 +68,10 @@ pkgs.stdenv.mkDerivation {
inputFile = ../pkgs/development/r-modules/README.md;
outputFile = "languages-frameworks/r.xml";
}
+ toDocbook {
inputFile = ./languages-frameworks/vim.md;
outputFile = "./languages-frameworks/vim.xml";
}
+ ''
echo ${lib.nixpkgsVersion} > .version