fix(neovim): ftp.vim.org is no longer available for downloading spell files
This commit is contained in:
parent
dcdad9a65c
commit
c680ada108
1 changed files with 12 additions and 12 deletions
|
@ -3,11 +3,11 @@ with lib;
|
||||||
let
|
let
|
||||||
cfg = config.modules.cli.neovim;
|
cfg = config.modules.cli.neovim;
|
||||||
nvim-spell-fr-utf8-dictionary = builtins.fetchurl {
|
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";
|
sha256 = "abfb9702b98d887c175ace58f1ab39733dc08d03b674d914f56344ef86e63b61";
|
||||||
};
|
};
|
||||||
nvim-spell-fr-utf8-suggestions = builtins.fetchurl {
|
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";
|
sha256 = "0294bc32b42c90bbb286a89e23ca3773b7ef50eff1ab523b1513d6a25c6b3f58";
|
||||||
};
|
};
|
||||||
fromGitHub = rev: ref: repo:
|
fromGitHub = rev: ref: repo:
|
||||||
|
@ -146,27 +146,27 @@ in
|
||||||
plenary-nvim
|
plenary-nvim
|
||||||
{
|
{
|
||||||
plugin = (nvim-treesitter.withPlugins (p: [
|
plugin = (nvim-treesitter.withPlugins (p: [
|
||||||
p.bash
|
p.bash
|
||||||
p.c
|
p.c
|
||||||
p.cpp
|
p.cpp
|
||||||
p.cmake
|
p.cmake
|
||||||
p.dockerfile
|
p.dockerfile
|
||||||
p.hcl
|
p.hcl
|
||||||
p.helm
|
p.helm
|
||||||
p.javascript
|
p.javascript
|
||||||
p.latex
|
p.latex
|
||||||
p.lua
|
p.lua
|
||||||
p.llvm
|
p.llvm
|
||||||
p.markdown
|
p.markdown
|
||||||
p.markdown_inline
|
p.markdown_inline
|
||||||
p.nix
|
p.nix
|
||||||
p.puppet
|
p.puppet
|
||||||
p.python
|
p.python
|
||||||
p.ruby
|
p.ruby
|
||||||
p.terraform
|
p.terraform
|
||||||
p.typescript
|
p.typescript
|
||||||
p.vim
|
p.vim
|
||||||
p.yaml
|
p.yaml
|
||||||
])
|
])
|
||||||
);
|
);
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
@ -197,7 +197,7 @@ in
|
||||||
type = "lua";
|
type = "lua";
|
||||||
config = ( builtins.readFile ./files/whichkey.lua );
|
config = ( builtins.readFile ./files/whichkey.lua );
|
||||||
}
|
}
|
||||||
# yaml companion
|
# yaml companion
|
||||||
{
|
{
|
||||||
plugin = ( fromGitHub
|
plugin = ( fromGitHub
|
||||||
"131b0d67bd2e0f1a02e0daf2f3460482221ce3c0"
|
"131b0d67bd2e0f1a02e0daf2f3460482221ce3c0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue