Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 15492af

Browse files
committed
test(esaing): add raw easing
1 parent 5d297ce commit 15492af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bundle/nvim-plug/test/init.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ require('plug').add({
2929
url = 'https://gist.githubusercontent.com/wsdjeg/4ac99019c5ca156d35704550648ba321/raw/4e8c202c74e98b5d56616c784bfbf9b873dc8868/markdown.vim',
3030
script_type = 'after/syntax',
3131
},
32+
{
33+
type = 'raw',
34+
url = 'https://raw.githubusercontent.com/EmmanuelOga/easing/refs/heads/master/lib/easing.lua',
35+
script_type = 'lua/',
36+
},
3237
{
3338
'wsdjeg/git.vim',
3439
cmds = { 'Git' },

0 commit comments

Comments
 (0)