vimPlugins.spellwarn-nvim: init at 2024-11-03

This commit is contained in:
Mahyar Mirrashed
2025-06-26 16:27:50 -05:00
parent 6b212b504e
commit 34c95df253
2 changed files with 14 additions and 0 deletions
@@ -13655,6 +13655,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";
@@ -1048,6 +1048,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/,,