Merge pull request #198275 from MrcJkb/nvim

authored by

Sandro and committed by
GitHub
b168f216 636051e3

+52
+48
pkgs/applications/editors/vim/plugins/generated.nix
··· 4558 meta.homepage = "https://github.com/marko-cerovac/material.nvim/"; 4559 }; 4560 4561 mayansmoke = buildVimPluginFrom2Nix { 4562 pname = "mayansmoke"; 4563 version = "2010-10-18"; ··· 5084 sha256 = "06k0r92qhgp1sb1jacfwxqbzn69cw604s5qla4q32a38a2spbmcr"; 5085 }; 5086 meta.homepage = "https://github.com/kassio/neoterm/"; 5087 }; 5088 5089 neotest-haskell = buildVimPluginFrom2Nix { ··· 5828 sha256 = "0xl3crhgkzmas8zdcycgk11am3wx0az4jh7fh5n4lsjip8895p4s"; 5829 }; 5830 meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/"; 5831 }; 5832 5833 nvim-luapad = buildVimPluginFrom2Nix { ··· 7875 sha256 = "1vs8jgxam37qrxsxgda2fw4b1qb720wvzjwyq9d5c0hbzv7iqz2b"; 7876 }; 7877 meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/"; 7878 }; 7879 7880 template-string-nvim = buildVimPluginFrom2Nix {
··· 4558 meta.homepage = "https://github.com/marko-cerovac/material.nvim/"; 4559 }; 4560 4561 + material-vim = buildVimPluginFrom2Nix { 4562 + pname = "material.vim"; 4563 + version = "2022-09-14"; 4564 + src = fetchFromGitHub { 4565 + owner = "kaicataldo"; 4566 + repo = "material.vim"; 4567 + rev = "81d5d0bb30677b0846a2721a600f2f45db6d10a7"; 4568 + sha256 = "1j23wi0hh5h0pc0rk5dxvsc60k484h5haa2gfxzahjqd7kzil4y8"; 4569 + }; 4570 + meta.homepage = "https://github.com/kaicataldo/material.vim/"; 4571 + }; 4572 + 4573 mayansmoke = buildVimPluginFrom2Nix { 4574 pname = "mayansmoke"; 4575 version = "2010-10-18"; ··· 5096 sha256 = "06k0r92qhgp1sb1jacfwxqbzn69cw604s5qla4q32a38a2spbmcr"; 5097 }; 5098 meta.homepage = "https://github.com/kassio/neoterm/"; 5099 + }; 5100 + 5101 + neotest = buildVimPluginFrom2Nix { 5102 + pname = "neotest"; 5103 + version = "2022-10-27"; 5104 + src = fetchFromGitHub { 5105 + owner = "nvim-neotest"; 5106 + repo = "neotest"; 5107 + rev = "0be9899e859da147ad28c23a30a1df2081c16741"; 5108 + sha256 = "08f7d8w82jk5jd2w4wrh8x4gyw0msv7m82cpzd1ahijg917818pd"; 5109 + }; 5110 + meta.homepage = "https://github.com/nvim-neotest/neotest/"; 5111 }; 5112 5113 neotest-haskell = buildVimPluginFrom2Nix { ··· 5852 sha256 = "0xl3crhgkzmas8zdcycgk11am3wx0az4jh7fh5n4lsjip8895p4s"; 5853 }; 5854 meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/"; 5855 + }; 5856 + 5857 + nvim-luadev = buildVimPluginFrom2Nix { 5858 + pname = "nvim-luadev"; 5859 + version = "2022-01-26"; 5860 + src = fetchFromGitHub { 5861 + owner = "bfredl"; 5862 + repo = "nvim-luadev"; 5863 + rev = "2a2c242bd751c289cfc1bc27f357925f68eba098"; 5864 + sha256 = "0prwzxgg6fqkfmqqs41c1c81lch2x4qrs7287l5b104rz3alcinn"; 5865 + }; 5866 + meta.homepage = "https://github.com/bfredl/nvim-luadev/"; 5867 }; 5868 5869 nvim-luapad = buildVimPluginFrom2Nix { ··· 7911 sha256 = "1vs8jgxam37qrxsxgda2fw4b1qb720wvzjwyq9d5c0hbzv7iqz2b"; 7912 }; 7913 meta.homepage = "https://github.com/nvim-telescope/telescope.nvim/"; 7914 + }; 7915 + 7916 + telescope_hoogle = buildVimPluginFrom2Nix { 7917 + pname = "telescope_hoogle"; 7918 + version = "2022-10-27"; 7919 + src = fetchFromGitHub { 7920 + owner = "luc-tielen"; 7921 + repo = "telescope_hoogle"; 7922 + rev = "6322f74655a2773974377a8fc8d170c00f24938f"; 7923 + sha256 = "1pjq5bwnrxb3qhvvqd9v996hqfkbg5ah7qmbzrq1287h13m5jy2n"; 7924 + }; 7925 + meta.homepage = "https://github.com/luc-tielen/telescope_hoogle/"; 7926 }; 7927 7928 template-string-nvim = buildVimPluginFrom2Nix {
+4
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 381 https://github.com/chentoast/marks.nvim/,, 382 https://github.com/vim-scripts/matchit.zip/,, 383 https://github.com/marko-cerovac/material.nvim/,, 384 https://github.com/vim-scripts/mayansmoke/,, 385 https://github.com/echasnovski/mini.nvim/,, 386 https://github.com/wfxr/minimap.vim/,, ··· 426 https://github.com/Shougo/neosnippet-snippets/,, 427 https://github.com/Shougo/neosnippet.vim/,, 428 https://github.com/kassio/neoterm/,, 429 https://github.com/MrcJkb/neotest-haskell/,HEAD, 430 https://github.com/rose-pine/neovim/,main,rose-pine 431 https://github.com/Shatur/neovim-ayu/,, ··· 490 https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, 491 https://github.com/neovim/nvim-lspconfig/,, 492 https://github.com/RishabhRD/nvim-lsputils/,, 493 https://github.com/rafcamlet/nvim-luapad/,, 494 https://github.com/scalameta/nvim-metals/,, 495 https://github.com/gpanders/nvim-moonwalk/,, ··· 660 https://github.com/nvim-telescope/telescope-z.nvim/,, 661 https://github.com/jvgrootveld/telescope-zoxide/,, 662 https://github.com/nvim-telescope/telescope.nvim/,, 663 https://github.com/axelvc/template-string.nvim/,HEAD, 664 https://github.com/jacoborus/tender.vim/,, 665 https://github.com/wincent/terminus/,,
··· 381 https://github.com/chentoast/marks.nvim/,, 382 https://github.com/vim-scripts/matchit.zip/,, 383 https://github.com/marko-cerovac/material.nvim/,, 384 + https://github.com/kaicataldo/material.vim/,HEAD, 385 https://github.com/vim-scripts/mayansmoke/,, 386 https://github.com/echasnovski/mini.nvim/,, 387 https://github.com/wfxr/minimap.vim/,, ··· 427 https://github.com/Shougo/neosnippet-snippets/,, 428 https://github.com/Shougo/neosnippet.vim/,, 429 https://github.com/kassio/neoterm/,, 430 + https://github.com/nvim-neotest/neotest/,HEAD, 431 https://github.com/MrcJkb/neotest-haskell/,HEAD, 432 https://github.com/rose-pine/neovim/,main,rose-pine 433 https://github.com/Shatur/neovim-ayu/,, ··· 492 https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, 493 https://github.com/neovim/nvim-lspconfig/,, 494 https://github.com/RishabhRD/nvim-lsputils/,, 495 + https://github.com/bfredl/nvim-luadev/,HEAD, 496 https://github.com/rafcamlet/nvim-luapad/,, 497 https://github.com/scalameta/nvim-metals/,, 498 https://github.com/gpanders/nvim-moonwalk/,, ··· 663 https://github.com/nvim-telescope/telescope-z.nvim/,, 664 https://github.com/jvgrootveld/telescope-zoxide/,, 665 https://github.com/nvim-telescope/telescope.nvim/,, 666 + https://github.com/luc-tielen/telescope_hoogle/,HEAD, 667 https://github.com/axelvc/template-string.nvim/,HEAD, 668 https://github.com/jacoborus/tender.vim/,, 669 https://github.com/wincent/terminus/,,