Merge pull request #21162 from dtzWill/feature/vim-markdown-upstream

Add vim-markdown plugin

authored by Arseniy Seroka and committed by GitHub a8ff94ec 9871d3cb

+12
+11
pkgs/misc/vim-plugins/default.nix
··· 1039 1040 }; 1041 1042 vim-racer = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1043 name = "vim-racer-2016-10-18"; 1044 src = fetchgit {
··· 1039 1040 }; 1041 1042 + vim-markdown = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1043 + name = "vim-markdown-2016-05-19"; 1044 + src = fetchgit { 1045 + url = "git://github.com/plasticboy/vim-markdown"; 1046 + rev = "a3169545f330ec8080244c3ad755bb2211eca8a0"; 1047 + sha256 = "1ycqx280xpc5gvfx8rrnmkqlv8q8g51hgiryx6yvd9a8ci805cx1"; 1048 + }; 1049 + dependencies = []; 1050 + 1051 + }; 1052 + 1053 vim-racer = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1054 name = "vim-racer-2016-10-18"; 1055 src = fetchgit {
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 79 "github:neovimhaskell/haskell-vim" 80 "github:osyo-manga/shabadou.vim" 81 "github:osyo-manga/vim-watchdogs" 82 "github:racer-rust/vim-racer" 83 "github:raichoo/purescript-vim" 84 "github:rhysd/vim-grammarous"
··· 79 "github:neovimhaskell/haskell-vim" 80 "github:osyo-manga/shabadou.vim" 81 "github:osyo-manga/vim-watchdogs" 82 + "github:plasticboy/vim-markdown" 83 "github:racer-rust/vim-racer" 84 "github:raichoo/purescript-vim" 85 "github:rhysd/vim-grammarous"