From a6eeae2693849b1d3076f63378218e50d90aab11 Mon Sep 17 00:00:00 2001 From: Ivan Kovnatsky <75213+ivankovnatsky@users.noreply.github.com> Date: Thu, 1 Sep 2022 17:56:52 +0300 Subject: vimPlugins.context-vim: init at 2022-05-02 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 880ea446be4f..da1aa12dabb6 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 01b8166b6cc3..df226ed39a8d 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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, -- cgit 1.4.1