vimPlugins.specs-nvim: update at 2024-05-19
Now uses updated fork (cxwx/specs.nvim) instead of stagnant upstream (edluffy/specs.nvim)
This commit is contained in:
@@ -10147,14 +10147,14 @@ final: prev:
|
||||
|
||||
specs-nvim = buildVimPlugin {
|
||||
pname = "specs.nvim";
|
||||
version = "2022-09-20";
|
||||
version = "2024-05-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "edluffy";
|
||||
owner = "cxwx";
|
||||
repo = "specs.nvim";
|
||||
rev = "2743e412bbe21c9d73954c403d01e8de7377890d";
|
||||
sha256 = "1ycqvxrn13bfimf9k03bmm1baml8gyq5lxqjxh1fya44s2bg714r";
|
||||
rev = "dd82496f538b688cedf98429f89fef47ecb0625e";
|
||||
sha256 = "0427fx6iw3i2y9ny3sz1na32bxcj8i93dbm93ckxf3bii8zqjs0s";
|
||||
};
|
||||
meta.homepage = "https://github.com/edluffy/specs.nvim/";
|
||||
meta.homepage = "https://github.com/cxwx/specs.nvim/";
|
||||
};
|
||||
|
||||
spellsitter-nvim = buildVimPlugin {
|
||||
|
||||
@@ -853,7 +853,7 @@ https://github.com/chikatoike/sourcemap.vim/,,
|
||||
https://github.com/liuchengxu/space-vim/,,
|
||||
https://github.com/ctjhoa/spacevim/,,
|
||||
https://github.com/chrisgeo/sparkup/,,
|
||||
https://github.com/edluffy/specs.nvim/,,
|
||||
https://github.com/cxwx/specs.nvim/,HEAD,
|
||||
https://github.com/lewis6991/spellsitter.nvim/,HEAD,
|
||||
https://github.com/stsewd/sphinx.nvim/,,
|
||||
https://github.com/sjl/splice.vim/,,
|
||||
|
||||
Reference in New Issue
Block a user