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:
parent
15492af9e8
commit
d8f460cf51
2
bundle/nvim-plug/test/init.lua
vendored
2
bundle/nvim-plug/test/init.lua
vendored
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user