vimPlugins.nvim-bqf: init at 2021-02-25 (#114410)

This commit is contained in:
José Luis Lafuente 2021-03-09 01:42:57 +01:00 committed by GitHub
parent c2addaa974
commit 0814b8dd1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -2974,6 +2974,18 @@ let
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 {
pname = "nvim-compe";
version = "2021-03-05";

View File

@ -264,6 +264,7 @@ kchmck/vim-coffee-script
KeitaNakamura/neodark.vim
keith/investigate.vim
keith/swift.vim
kevinhwang91/nvim-bqf@main
kevinhwang91/nvim-hlslens@main
kien/rainbow_parentheses.vim
knubie/vim-kitty-navigator