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

test(esaing): add raw easing

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

View File

@ -29,6 +29,11 @@ require('plug').add({
url = 'https://gist.githubusercontent.com/wsdjeg/4ac99019c5ca156d35704550648ba321/raw/4e8c202c74e98b5d56616c784bfbf9b873dc8868/markdown.vim',
script_type = 'after/syntax',
},
{
type = 'raw',
url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua',
script_type = 'lua/',
},
{
'wsdjeg/git.vim',
cmds = { 'Git' },