nixvim: fix spellfiles
All checks were successful
Build tests / build-hosts (pull_request) Successful in 23s
Flake check / flake-check (pull_request) Successful in 2m11s

This commit is contained in:
sid 2026-05-02 21:18:52 +02:00
parent 6be5dddb09
commit b5446a4f0c

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