From eafd1479e76b33cad59bfaa155f2185149d458d2 Mon Sep 17 00:00:00 2001 From: "\"Andrey Kuznetsov\"" <"fear@loathing.in"> Date: Thu, 5 Jan 2023 20:30:46 +0000 Subject: [PATCH 1/2] vimPlugins.nvim-ts-rainbow2: init at 2023-01-05 --- pkgs/applications/editors/vim/plugins/generated.nix | 11 +++++++++++ .../applications/editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 12 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 72f2dd526867..398e2a4ac913 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -6394,6 +6394,17 @@ final: prev: meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/"; }; + nvim-ts-rainbow2 = buildVimPluginFrom2Nix { + pname = "nvim-ts-rainbow2"; + version = "2023-01-05"; + src = fetchgit { + url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; + rev = "5060c12084c75bdcdc6a5e1186651ea1a3e8e376"; + sha256 = "0x6hq5vi9i85sg1yzx5jz4nk1zxm3nqcdv5zb7vsgmra5vyr3xb5"; + }; + meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; + }; + nvim-web-devicons = buildVimPluginFrom2Nix { pname = "nvim-web-devicons"; version = "2022-12-09"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4cfe4228ea9f..41720ec7f90b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -538,6 +538,7 @@ https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,, https://github.com/windwp/nvim-ts-autotag/,, https://github.com/joosepalviste/nvim-ts-context-commentstring/,, https://github.com/p00f/nvim-ts-rainbow/,, +https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD, https://github.com/kyazdani42/nvim-web-devicons/,, https://github.com/AckslD/nvim-whichkey-setup.lua/,, https://github.com/roxma/nvim-yarp/,, From 590e1b4b3b26375d6418f9d658b2da3ac8049567 Mon Sep 17 00:00:00 2001 From: "\"Andrey Kuznetsov\"" <"fear@loathing.in"> Date: Thu, 5 Jan 2023 20:31:27 +0000 Subject: [PATCH 2/2] vimPlugins.lsp-zero-nvim: init at 2023-01-05 --- pkgs/applications/editors/vim/plugins/generated.nix | 12 ++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 13 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 398e2a4ac913..3bbab5c6a1bf 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -4497,6 +4497,18 @@ final: prev: meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/"; }; + lsp-zero-nvim = buildVimPluginFrom2Nix { + pname = "lsp-zero.nvim"; + version = "2023-01-05"; + src = fetchFromGitHub { + owner = "VonHeikemen"; + repo = "lsp-zero.nvim"; + rev = "cd508abf461b895740f0946b65315e5eef07eb8c"; + sha256 = "074hfpw78ziaq9xl9kbix70k1zmhf36icf0ycfvc72f1992ixg9d"; + }; + meta.homepage = "https://github.com/VonHeikemen/lsp-zero.nvim/"; + }; + lsp_extensions-nvim = buildVimPluginFrom2Nix { pname = "lsp_extensions.nvim"; version = "2022-07-07"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 41720ec7f90b..fb1aa1028508 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -376,6 +376,7 @@ https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD, https://github.com/Issafalcon/lsp-overloads.nvim/,main, https://github.com/ahmedkhalf/lsp-rooter.nvim/,, https://github.com/nvim-lua/lsp-status.nvim/,, +https://github.com/VonHeikemen/lsp-zero.nvim/,main, https://github.com/nvim-lua/lsp_extensions.nvim/,, https://git.sr.ht/~whynothugo/lsp_lines.nvim,, https://github.com/ray-x/lsp_signature.nvim/,,