1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #139244 from olmokramer/vim-plugins/romainl/vim-qlist

vimPlugins.vim-qlist: init at 2019-07-18
This commit is contained in:
figsoda 2021-09-23 18:46:45 -04:00 committed by GitHub
commit 79a72f37e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -9151,6 +9151,18 @@ final: prev:
meta.homepage = "https://github.com/romainl/vim-qf/";
};
vim-qlist = buildVimPluginFrom2Nix {
pname = "vim-qlist";
version = "2019-07-18";
src = fetchFromGitHub {
owner = "romainl";
repo = "vim-qlist";
rev = "be8fba124bf13314435b1faab8f628436d4cffb1";
sha256 = "0ska2mzx3hqqkq3fd09r0hlk2j8xc8mbbwfky31x3cmzsb9dksqw";
};
meta.homepage = "https://github.com/romainl/vim-qlist/";
};
vim-qml = buildVimPluginFrom2Nix {
pname = "vim-qml";
version = "2020-11-03";

View file

@ -624,6 +624,7 @@ RobertAudi/securemodelines
rodjek/vim-puppet
romainl/vim-cool
romainl/vim-qf
romainl/vim-qlist
roman/golden-ratio
romgrk/barbar.nvim
romgrk/nvim-treesitter-context