Advertisement
Guest User

Untitled

a guest
Sep 1st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. additionalKnownPlugins = {
  2. camelCaseMotion = pkgs.vimUtils.buildVimPluginFrom2Nix {
  3. name = "CamelCaseMotion";
  4. src = fetchgit {
  5. url = "git://github.com/bkad/CamelCaseMotion.git";
  6. rev = "0100d4aa7b06e9ee5fb0508b28080ccc4812d72e";
  7. sha256 = "1dl85mzm7hnazqxzim1mbng7zm7w65ss624bl7j4n0z1831zm0gj";
  8. };
  9. dependencies = [];
  10. };
  11. };
  12. knownPlugins = vim.plugins // additionalKnownPlugins;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement