From b5446a4f0c8f359ad164fc529215e807c725e6d7 Mon Sep 17 00:00:00 2001 From: sid Date: Sat, 2 May 2026 21:18:52 +0200 Subject: [PATCH] nixvim: fix spellfiles --- modules/home/nixvim/spellfiles.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/nixvim/spellfiles.nix b/modules/home/nixvim/spellfiles.nix index c6e82ef..58612f9 100644 --- a/modules/home/nixvim/spellfiles.nix +++ b/modules/home/nixvim/spellfiles.nix @@ -2,7 +2,7 @@ let spellDir = config.xdg.dataHome + "/nvim/site/spell"; - baseUrl = "https://vim.ftp.fu-berlin.de/runtime/spell/"; + baseUrl = "https://vim.ftp.fu-berlin.de/runtime/spell"; in { home.file = {