nixvim: fix spellfiles #29
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue