mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.context-vim: init at 2022-05-02
This commit is contained in:
parent
202228fb07
commit
a6eeae2693
2 changed files with 13 additions and 0 deletions
|
@ -1948,6 +1948,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/Olical/conjure/";
|
||||
};
|
||||
|
||||
context-vim = buildVimPluginFrom2Nix {
|
||||
pname = "context.vim";
|
||||
version = "2022-05-02";
|
||||
src = fetchFromGitHub {
|
||||
owner = "wellle";
|
||||
repo = "context.vim";
|
||||
rev = "c06541451aa94957c1c07a9f8a7130ad97d83a65";
|
||||
sha256 = "1n9623cp8ljyrwnq0i4zqfaxp1fwsl5l3shg87ksn1xvj14fw66c";
|
||||
};
|
||||
meta.homepage = "https://github.com/wellle/context.vim/";
|
||||
};
|
||||
|
||||
context_filetype-vim = buildVimPluginFrom2Nix {
|
||||
pname = "context_filetype.vim";
|
||||
version = "2021-08-08";
|
||||
|
|
|
@ -163,6 +163,7 @@ https://github.com/nvim-treesitter/completion-treesitter/,,
|
|||
https://github.com/chikatoike/concealedyank.vim/,,
|
||||
https://github.com/rhysd/conflict-marker.vim/,,
|
||||
https://github.com/Olical/conjure/,,
|
||||
https://github.com/wellle/context.vim/,,
|
||||
https://github.com/Shougo/context_filetype.vim/,,
|
||||
https://github.com/github/copilot.vim/,,
|
||||
https://github.com/ms-jpq/coq.artifacts/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue