vimPlugins.vim-qf: init at 2020-11-18
This commit is contained in:
@@ -6326,6 +6326,18 @@ let
|
||||
meta.homepage = "https://github.com/Vimjas/vim-python-pep8-indent/";
|
||||
};
|
||||
|
||||
vim-qf = buildVimPluginFrom2Nix {
|
||||
pname = "vim-qf";
|
||||
version = "2020-11-18";
|
||||
src = fetchFromGitHub {
|
||||
owner = "romainl";
|
||||
repo = "vim-qf";
|
||||
rev = "23c9d67cdd0739c9d74ac9e4a494b7cb7351170c";
|
||||
sha256 = "15kj1wvd3wlmn982l2v8sv2lc3q39bz3jw94jvmkh7nz51xvmfqc";
|
||||
};
|
||||
meta.homepage = "https://github.com/romainl/vim-qf/";
|
||||
};
|
||||
|
||||
vim-qml = buildVimPluginFrom2Nix {
|
||||
pname = "vim-qml";
|
||||
version = "2020-11-03";
|
||||
|
||||
Reference in New Issue
Block a user