vimPlugins.qfenter: init at 2020-10-09

This commit is contained in:
Florian Beeres 2021-05-12 13:12:39 +02:00
parent c41a405209
commit 0326ec60b5
2 changed files with 13 additions and 0 deletions

View File

@ -3863,6 +3863,18 @@ let
meta.homepage = "https://github.com/python-mode/python-mode/";
};
QFEnter = buildVimPluginFrom2Nix {
pname = "QFEnter";
version = "2020-10-09";
src = fetchFromGitHub {
owner = "yssl";
repo = "QFEnter";
rev = "df0a75b287c210f98ae353a12bbfdaf73d858beb";
sha256 = "0gdp7nmjlp8ng2rp2v66d8bincnkwrqqpbggb079f0f9szrqlp54";
};
meta.homepage = "https://github.com/yssl/QFEnter/";
};
quick-scope = buildVimPluginFrom2Nix {
pname = "quick-scope";
version = "2020-12-28";

View File

@ -772,6 +772,7 @@ ycm-core/YouCompleteMe
Yggdroot/indentLine
Yggdroot/LeaderF
Yilin-Yang/vim-markbar
yssl/QFEnter
yuki-yano/ncm2-dictionary
yunlingz/ci_dark
zah/nim.vim