vimPlugins.notational-fzf-vim: init at 2019-12-03

This commit is contained in:
Brett Lyons
2020-02-18 09:06:46 -08:00
committed by Jon
parent 44c7211625
commit 0eb33b0485
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -2157,6 +2157,17 @@ let
};
};
notational-fzf-vim = buildVimPluginFrom2Nix {
pname = "notational-fzf-vim";
version = "2019-12-03";
src = fetchFromGitHub {
owner = "alok";
repo = "notational-fzf-vim";
rev = "16ea3477c8dbf3167f15246a29bd1d1fcc18c914";
sha256 = "1j1nfb297rqmg2h96hx4bmgxq55z179fh4f1ak79d6v815mr72bi";
};
};
nvim-cm-racer = buildVimPluginFrom2Nix {
pname = "nvim-cm-racer";
version = "2017-07-27";