vimPlugins.notational-fzf-vim: init at 2019-12-03
This commit is contained in:
parent
44c7211625
commit
0eb33b0485
@ -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 {
|
nvim-cm-racer = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-cm-racer";
|
pname = "nvim-cm-racer";
|
||||||
version = "2017-07-27";
|
version = "2017-07-27";
|
||||||
|
@ -4,6 +4,7 @@ airblade/vim-rooter
|
|||||||
ajh17/Spacegray.vim
|
ajh17/Spacegray.vim
|
||||||
aklt/plantuml-syntax
|
aklt/plantuml-syntax
|
||||||
albfan/nerdtree-git-plugin
|
albfan/nerdtree-git-plugin
|
||||||
|
alok/notational-fzf-vim
|
||||||
altercation/vim-colors-solarized
|
altercation/vim-colors-solarized
|
||||||
alvan/vim-closetag
|
alvan/vim-closetag
|
||||||
alx741/vim-hindent
|
alx741/vim-hindent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user