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

This commit is contained in:
Gaétan Lepage
2025-06-26 23:52:53 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -13668,6 +13668,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
spellwarn-nvim = buildVimPlugin {
pname = "spellwarn.nvim";
version = "2024-11-03";
src = fetchFromGitHub {
owner = "ravibrock";
repo = "spellwarn.nvim";
rev = "12734b47b008d912b4925c0bc2c1248eb534409d";
sha256 = "1qrz65vrcarx88bi6vn4dm0y8x7dbprcdzjk1nk1gpp2py6dd20m";
};
meta.homepage = "https://github.com/ravibrock/spellwarn.nvim/";
meta.hydraPlatforms = [ ];
};
sphinx-nvim = buildVimPlugin {
pname = "sphinx.nvim";
version = "2024-10-30";
@@ -1049,6 +1049,7 @@ https://github.com/FireIsGood/spaceman.nvim/,HEAD,
https://github.com/chrisgeo/sparkup/,,
https://github.com/cxwx/specs.nvim/,HEAD,
https://github.com/lewis6991/spellsitter.nvim/,HEAD,
https://github.com/ravibrock/spellwarn.nvim/,HEAD,
https://github.com/stsewd/sphinx.nvim/,,
https://github.com/sjl/splice.vim/,,
https://github.com/vimlab/split-term.vim/,,