nixvim: fix spellfiles #29

Merged
sid merged 1 commit from develop into release-25.11 2026-05-02 21:31:04 +02:00
Showing only changes of commit b5446a4f0c - Show all commits

View file

@ -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 = {