Compare commits

...

2 commits

Author SHA1 Message Date
sid
a0a39253f4 Merge pull request 'nixvim: fix spellfiles' (#29) from develop into release-25.11
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 42s
Reviewed-on: #29
2026-05-02 21:31:03 +02:00
sid
b5446a4f0c 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
2026-05-02 21:18:52 +02:00

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