체코어 맞춤법 검사를 켜면 다음과 같은 일이 발생합니다.
:Sccz
No spell file for "cz" in utf-8
Download it?
Downloading cz.utf-8.spl...
:!curl 'http://ftp.vim.org/pub/vim/runtime/spell/cz.utf-8.spl' -L -o '/tmp/nvimfQsady/1.spl'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 309 100 309 0 0 1931 0 --:--:-- --:--:-- --:--:-- 1931
"/tmp/nvimfQsady/1.spl" 9L, 309C
Could not find it, trying cz.ascii.spl...
:!curl 'http://ftp.vim.org/pub/vim/runtime/spell/cz.ascii.spl' -L -o '/tmp/nvimfQsady/1.spl'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 309 100 309 0 0 1861 0 --:--:-- --:--:-- --:--:-- 1861
"/tmp/nvimfQsady/1.spl" 9L, 309C
Download failed
Warning: Cannot find word list "cz.utf-8.spl" or "cz.ascii.spl"
Press ENTER or type command to continue
이 문제를 어떻게 해결할 수 있나요?