vimPlugins.nvim-bqf: init at 2021-02-25 (#114410)
This commit is contained in:
parent
c2addaa974
commit
0814b8dd1f
@ -2974,6 +2974,18 @@ let
|
|||||||
meta.homepage = "https://github.com/roxma/nvim-cm-racer/";
|
meta.homepage = "https://github.com/roxma/nvim-cm-racer/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-bqf = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-bqf";
|
||||||
|
version = "2021-02-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "kevinhwang91";
|
||||||
|
repo = "nvim-bqf";
|
||||||
|
rev = "4a424267e110e9637b84096a7080aa280c56be31";
|
||||||
|
sha256 = "034x827nka73znvnbm5slnypw1az9s7xlrpkv5ia6hi7pcapjyfn";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/kevinhwang91/nvim-bqf";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-compe = buildVimPluginFrom2Nix {
|
nvim-compe = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-compe";
|
pname = "nvim-compe";
|
||||||
version = "2021-03-05";
|
version = "2021-03-05";
|
||||||
|
@ -264,6 +264,7 @@ kchmck/vim-coffee-script
|
|||||||
KeitaNakamura/neodark.vim
|
KeitaNakamura/neodark.vim
|
||||||
keith/investigate.vim
|
keith/investigate.vim
|
||||||
keith/swift.vim
|
keith/swift.vim
|
||||||
|
kevinhwang91/nvim-bqf@main
|
||||||
kevinhwang91/nvim-hlslens@main
|
kevinhwang91/nvim-hlslens@main
|
||||||
kien/rainbow_parentheses.vim
|
kien/rainbow_parentheses.vim
|
||||||
knubie/vim-kitty-navigator
|
knubie/vim-kitty-navigator
|
||||||
|
Loading…
Reference in New Issue
Block a user