Skip to content

Commit

Permalink
Update URL for portuguese spell file
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Feb 4, 2025
1 parent 149a567 commit 1c01ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stowed-files/nvim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ if has('spell')
set spelllang=en_us,pt_pt

let s:spell_file = fnamemodify($MYVIMRC, ':h').'/spell/pt.utf-8.spl'
let s:spell_url = 'http://ftp.vim.org/vim/runtime/spell/pt.utf-8.spl'
let s:spell_url = 'https://ftp.nluug.nl/vim/runtime/spell/pt.utf-8.spl'

" Download Portuguese dictionary if not present
if !filereadable(s:spell_file)
Expand Down

0 comments on commit 1c01ae2

Please sign in to comment.