Skip to content

Commit

Permalink
Merge pull request #189293 from ivankovnatsky/patch-31
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 1, 2022
2 parents 5e51546 + a6eeae2 commit 9f86732
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9f86732

Please sign in to comment.