vimPlugins.qfenter: init at 2020-10-09
This commit is contained in:
parent
c41a405209
commit
0326ec60b5
@ -3863,6 +3863,18 @@ let
|
|||||||
meta.homepage = "https://github.com/python-mode/python-mode/";
|
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 {
|
quick-scope = buildVimPluginFrom2Nix {
|
||||||
pname = "quick-scope";
|
pname = "quick-scope";
|
||||||
version = "2020-12-28";
|
version = "2020-12-28";
|
||||||
|
@ -772,6 +772,7 @@ ycm-core/YouCompleteMe
|
|||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
Yggdroot/LeaderF
|
Yggdroot/LeaderF
|
||||||
Yilin-Yang/vim-markbar
|
Yilin-Yang/vim-markbar
|
||||||
|
yssl/QFEnter
|
||||||
yuki-yano/ncm2-dictionary
|
yuki-yano/ncm2-dictionary
|
||||||
yunlingz/ci_dark
|
yunlingz/ci_dark
|
||||||
zah/nim.vim
|
zah/nim.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user