1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-23 04:41:33 +08:00

fix(nvim-plug): typo

This commit is contained in:
Eric Wong 2025-02-16 11:05:26 +08:00
parent 15492af9e8
commit d8f460cf51
No known key found for this signature in database
GPG Key ID: 41BB7053E835C848

View File

@ -32,7 +32,7 @@ require('plug').add({
{ {
type = 'raw', type = 'raw',
url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua', url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua',
script_type = 'lua/', script_type = 'lua',
}, },
{ {
'wsdjeg/git.vim', 'wsdjeg/git.vim',