fix(neovim): ftp.vim.org is no longer available for downloading spell files

This commit is contained in:
Yorick Barbanneau 2025-02-03 11:39:49 +01:00
parent dcdad9a65c
commit c680ada108

View file

@ -3,11 +3,11 @@ with lib;
let
cfg = config.modules.cli.neovim;
nvim-spell-fr-utf8-dictionary = builtins.fetchurl {
url = "http://ftp.vim.org/vim/runtime/spell/fr.utf-8.spl";
url = "https://ftp.nluug.nl/vim/runtime/spell/fr.utf-8.spl";
sha256 = "abfb9702b98d887c175ace58f1ab39733dc08d03b674d914f56344ef86e63b61";
};
nvim-spell-fr-utf8-suggestions = builtins.fetchurl {
url = "http://ftp.vim.org/vim/runtime/spell/fr.utf-8.sug";
url = "https://ftp.nluug.nl/vim/runtime/spell/fr.utf-8.sug";
sha256 = "0294bc32b42c90bbb286a89e23ca3773b7ef50eff1ab523b1513d6a25c6b3f58";
};
fromGitHub = rev: ref: repo: