Skip to content

Commit 31821be

Browse files
committed
Add missing m on curl call to download spaceneovim.vim
1 parent 21ed62f commit 31821be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vimrc.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if empty(glob(autoload_spacevim))
1212
\ '-fLo',
1313
\ autoload_spacevim,
1414
\ '--create-dirs',
15-
\ 'https://raw.githubusercontent.com/tehnix/spaceneovim/master/autoload/spacevim.vi'
15+
\ 'https://raw.githubusercontent.com/tehnix/spaceneovim/master/autoload/spacevim.vim'
1616
\])
1717
let waiting_for_plug = jobwait([install_spacevim])
1818
endif

0 commit comments

Comments
 (0)