···1314# TL;DR
15# Add your plugin to ./vim-plugin-names
16-# Generate via `vim-plugin-names-to-nix`
017# If plugin is complicated then make changes to ./vim2nix/additional-nix-code
1819# This attrs contains two sections:
···880 url = "git://github.com/mpickering/hlint-refactor-vim";
881 rev = "fffb044ecef854a82c5c2efda252e09044ba03e0";
882 sha256 = "0z8d31arfy9aidg1dwj5msnnx799d9r7njkgh51z695w6ayxn6p8";
00000000000883 };
884 dependencies = [];
885
···1314# TL;DR
15# Add your plugin to ./vim-plugin-names
16+# Regenerate via `nix-build -Q -A vimPlugins.pluginnames2nix; ./result/bin/vim-plugin-names-to-nix`
17+# Copy the generated expression(s) into this file.
18# If plugin is complicated then make changes to ./vim2nix/additional-nix-code
1920# This attrs contains two sections:
···881 url = "git://github.com/mpickering/hlint-refactor-vim";
882 rev = "fffb044ecef854a82c5c2efda252e09044ba03e0";
883 sha256 = "0z8d31arfy9aidg1dwj5msnnx799d9r7njkgh51z695w6ayxn6p8";
884+ };
885+ dependencies = [];
886+887+ };
888+889+ vim-indent-guides = buildVimPluginFrom2Nix { # created by nix#NixDerivation
890+ name = "vim-indent-guides-2016-04-17";
891+ src = fetchgit {
892+ url = "git://github.com/nathanaelkane/vim-indent-guides";
893+ rev = "018298ead9d3aa9cd3b4ae222f81022a33978b09";
894+ sha256 = "0zyrs9r3vza2kqhqir6qpkygy6yljpn877bvycspv89ljzczmwrs";
895 };
896 dependencies = [];
897