From 15492af9e8eabd380da55c52101bc1f80c41ffb8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 16 Feb 2025 11:01:59 +0800 Subject: [PATCH] test(esaing): add raw easing --- bundle/nvim-plug/test/init.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundle/nvim-plug/test/init.lua b/bundle/nvim-plug/test/init.lua index 0d41d7a75..9b53719b6 100644 --- a/bundle/nvim-plug/test/init.lua +++ b/bundle/nvim-plug/test/init.lua @@ -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' },