Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

vimPlugins.spellwarn-nvim: init at 2024-11-03 (#420344)

authored by Gaétan Lepage and committed by GitHub 6581807c 40a1f60e

+14
+13
pkgs/applications/editors/vim/plugins/generated.nix
··· 13668 meta.hydraPlatforms = [ ]; 13669 }; 13670 13671 sphinx-nvim = buildVimPlugin { 13672 pname = "sphinx.nvim"; 13673 version = "2024-10-30";
··· 13668 meta.hydraPlatforms = [ ]; 13669 }; 13670 13671 + spellwarn-nvim = buildVimPlugin { 13672 + pname = "spellwarn.nvim"; 13673 + version = "2024-11-03"; 13674 + src = fetchFromGitHub { 13675 + owner = "ravibrock"; 13676 + repo = "spellwarn.nvim"; 13677 + rev = "12734b47b008d912b4925c0bc2c1248eb534409d"; 13678 + sha256 = "1qrz65vrcarx88bi6vn4dm0y8x7dbprcdzjk1nk1gpp2py6dd20m"; 13679 + }; 13680 + meta.homepage = "https://github.com/ravibrock/spellwarn.nvim/"; 13681 + meta.hydraPlatforms = [ ]; 13682 + }; 13683 + 13684 sphinx-nvim = buildVimPlugin { 13685 pname = "sphinx.nvim"; 13686 version = "2024-10-30";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
··· 1049 https://github.com/chrisgeo/sparkup/,, 1050 https://github.com/cxwx/specs.nvim/,HEAD, 1051 https://github.com/lewis6991/spellsitter.nvim/,HEAD, 1052 https://github.com/stsewd/sphinx.nvim/,, 1053 https://github.com/sjl/splice.vim/,, 1054 https://github.com/vimlab/split-term.vim/,,
··· 1049 https://github.com/chrisgeo/sparkup/,, 1050 https://github.com/cxwx/specs.nvim/,HEAD, 1051 https://github.com/lewis6991/spellsitter.nvim/,HEAD, 1052 + https://github.com/ravibrock/spellwarn.nvim/,HEAD, 1053 https://github.com/stsewd/sphinx.nvim/,, 1054 https://github.com/sjl/splice.vim/,, 1055 https://github.com/vimlab/split-term.vim/,,