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
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 42s
Reviewed-on: #29
This commit is contained in:
commit
a0a39253f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue