vimPlugins.thesaurus_query-vim: Init at 2019-11-09
This commit is contained in:
parent
399811ecf7
commit
210252aa26
2 changed files with 12 additions and 0 deletions
|
@ -2674,6 +2674,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
thesaurus_query-vim = buildVimPluginFrom2Nix {
|
||||
pname = "thesaurus_query-vim";
|
||||
version = "2019-11-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ron89";
|
||||
repo = "thesaurus_query.vim";
|
||||
rev = "830a20ec77780ebfe8d2a7e8c740ca4abb079f89";
|
||||
sha256 = "0kfqpjwashwf084cbz6dmhirk42a4n8d1zj17i086by17nx7qn1g";
|
||||
};
|
||||
};
|
||||
|
||||
thumbnail-vim = buildVimPluginFrom2Nix {
|
||||
pname = "thumbnail-vim";
|
||||
version = "2017-04-24";
|
||||
|
|
|
@ -355,6 +355,7 @@ rhysd/vim-grammarous
|
|||
rhysd/vim-operator-surround
|
||||
Rip-Rip/clang_complete
|
||||
rodjek/vim-puppet
|
||||
ron89/thesaurus_query.vim
|
||||
roxma/nvim-cm-racer
|
||||
roxma/nvim-completion-manager
|
||||
roxma/nvim-yarp
|
||||
|
|
Loading…
Reference in a new issue