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
This commit is contained in:
sid 2026-05-02 21:31:03 +02:00
commit a0a39253f4

View file

@ -2,7 +2,7 @@
let let
spellDir = config.xdg.dataHome + "/nvim/site/spell"; 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 in
{ {
home.file = { home.file = {