nixvim: fix spellfiles
This commit is contained in:
parent
6be5dddb09
commit
b5446a4f0c
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