Merge pull request #209149 from onsails/vim-plugins

vimPlugins: add nvim-ts-rainbow2 and lsp-zero-nvim

authored by figsoda and committed by GitHub d0b764ce 492690e9

+25
+23
pkgs/applications/editors/vim/plugins/generated.nix
··· 4497 meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/"; 4498 }; 4499 4500 lsp_extensions-nvim = buildVimPluginFrom2Nix { 4501 pname = "lsp_extensions.nvim"; 4502 version = "2022-07-07"; ··· 6392 sha256 = "0ldv8g9i25286n0xqa1cj7a2lglcz9564dawz6ixd4ipsysjj571"; 6393 }; 6394 meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/"; 6395 }; 6396 6397 nvim-web-devicons = buildVimPluginFrom2Nix {
··· 4497 meta.homepage = "https://github.com/nvim-lua/lsp-status.nvim/"; 4498 }; 4499 4500 + lsp-zero-nvim = buildVimPluginFrom2Nix { 4501 + pname = "lsp-zero.nvim"; 4502 + version = "2023-01-05"; 4503 + src = fetchFromGitHub { 4504 + owner = "VonHeikemen"; 4505 + repo = "lsp-zero.nvim"; 4506 + rev = "cd508abf461b895740f0946b65315e5eef07eb8c"; 4507 + sha256 = "074hfpw78ziaq9xl9kbix70k1zmhf36icf0ycfvc72f1992ixg9d"; 4508 + }; 4509 + meta.homepage = "https://github.com/VonHeikemen/lsp-zero.nvim/"; 4510 + }; 4511 + 4512 lsp_extensions-nvim = buildVimPluginFrom2Nix { 4513 pname = "lsp_extensions.nvim"; 4514 version = "2022-07-07"; ··· 6404 sha256 = "0ldv8g9i25286n0xqa1cj7a2lglcz9564dawz6ixd4ipsysjj571"; 6405 }; 6406 meta.homepage = "https://github.com/p00f/nvim-ts-rainbow/"; 6407 + }; 6408 + 6409 + nvim-ts-rainbow2 = buildVimPluginFrom2Nix { 6410 + pname = "nvim-ts-rainbow2"; 6411 + version = "2023-01-05"; 6412 + src = fetchgit { 6413 + url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; 6414 + rev = "5060c12084c75bdcdc6a5e1186651ea1a3e8e376"; 6415 + sha256 = "0x6hq5vi9i85sg1yzx5jz4nk1zxm3nqcdv5zb7vsgmra5vyr3xb5"; 6416 + }; 6417 + meta.homepage = "https://gitlab.com/HiPhish/nvim-ts-rainbow2"; 6418 }; 6419 6420 nvim-web-devicons = buildVimPluginFrom2Nix {
+2
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 376 https://github.com/Issafalcon/lsp-overloads.nvim/,main, 377 https://github.com/ahmedkhalf/lsp-rooter.nvim/,, 378 https://github.com/nvim-lua/lsp-status.nvim/,, 379 https://github.com/nvim-lua/lsp_extensions.nvim/,, 380 https://git.sr.ht/~whynothugo/lsp_lines.nvim,, 381 https://github.com/ray-x/lsp_signature.nvim/,, ··· 538 https://github.com/windwp/nvim-ts-autotag/,, 539 https://github.com/joosepalviste/nvim-ts-context-commentstring/,, 540 https://github.com/p00f/nvim-ts-rainbow/,, 541 https://github.com/kyazdani42/nvim-web-devicons/,, 542 https://github.com/AckslD/nvim-whichkey-setup.lua/,, 543 https://github.com/roxma/nvim-yarp/,,
··· 376 https://github.com/Issafalcon/lsp-overloads.nvim/,main, 377 https://github.com/ahmedkhalf/lsp-rooter.nvim/,, 378 https://github.com/nvim-lua/lsp-status.nvim/,, 379 + https://github.com/VonHeikemen/lsp-zero.nvim/,main, 380 https://github.com/nvim-lua/lsp_extensions.nvim/,, 381 https://git.sr.ht/~whynothugo/lsp_lines.nvim,, 382 https://github.com/ray-x/lsp_signature.nvim/,, ··· 539 https://github.com/windwp/nvim-ts-autotag/,, 540 https://github.com/joosepalviste/nvim-ts-context-commentstring/,, 541 https://github.com/p00f/nvim-ts-rainbow/,, 542 + https://gitlab.com/HiPhish/nvim-ts-rainbow2,HEAD, 543 https://github.com/kyazdani42/nvim-web-devicons/,, 544 https://github.com/AckslD/nvim-whichkey-setup.lua/,, 545 https://github.com/roxma/nvim-yarp/,,